Bug 77780

Summary: Commit scrolling tree state changes to the scrolling tree
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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.