RESOLVED FIXED 77780
Commit scrolling tree state changes to the scrolling tree
https://bugs.webkit.org/show_bug.cgi?id=77780
Summary Commit scrolling tree state changes to the scrolling tree
Anders Carlsson
Reported 2012-02-03 14:31:24 PST
Commit scrolling tree state changes to the scrolling tree
Attachments
Patch (19.86 KB, patch)
2012-02-03 14:37 PST, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2012-02-03 14:37:46 PST
Darin Adler
Comment 2 2012-02-03 14:40:30 PST
Comment on attachment 125416 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125416&action=review > Source/WebCore/page/scrolling/ScrollingTree.cpp:68 > + OwnPtr<ScrollingTreeState> newScrollingTreeState = scrollingTreeState; > + m_rootNode->update(newScrollingTreeState.get()); I don’t think we need the local variable. > Source/WebCore/page/scrolling/mac/ScrollingTreeNodeMac.h:42 > + RetainPtr<CALayer> m_scrollLayer; public data member?
Anders Carlsson
Comment 3 2012-02-03 14:47:11 PST
Note You need to log in before you can comment on or make changes to this bug.