Fixed and sticky nodes in the scrolling tree have m_nodeID set to 0, which seems wrong (but harmless).
@@ -182,6 +183,7 @@ void ScrollingTree::updateTreeFromStateNode(ScrollingStateNode* stateNode) newNode->setParent(parent); parent->appendChild(newNode.release()); } + newNodeRawPtr->setScrollingNodeID(stateNode->scrollingNodeID()); newNodeRawPtr->update(stateNode); } }
Created attachment 186213 [details] Patch
Comment on attachment 186213 [details] Patch Clearing flags on attachment: 186213 Committed r141703: <http://trac.webkit.org/changeset/141703>
All reviewed patches have been landed. Closing bug.