WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2012-02-03 14:37:46 PST
Created
attachment 125416
[details]
Patch
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
Committed
r106696
: <
http://trac.webkit.org/changeset/106696
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug