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+

Description Anders Carlsson 2012-02-03 14:31:24 PST
Commit scrolling tree state changes to the scrolling tree
Comment 1 Anders Carlsson 2012-02-03 14:37:46 PST
Created attachment 125416 [details]
Patch
Comment 2 Darin Adler 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?
Comment 3 Anders Carlsson 2012-02-03 14:47:11 PST
Committed r106696: <http://trac.webkit.org/changeset/106696>