WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126360
Updating the scrolling tree should use references to state nodes
https://bugs.webkit.org/show_bug.cgi?id=126360
Summary
Updating the scrolling tree should use references to state nodes
Simon Fraser (smfr)
Reported
2014-01-01 11:08:39 PST
Updating the scrolling tree should use references to state nodes
Attachments
Patch
(23.20 KB, patch)
2014-01-01 11:10 PST
,
Simon Fraser (smfr)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-01-01 11:10:22 PST
Created
attachment 220187
[details]
Patch
Anders Carlsson
Comment 2
2014-01-01 11:43:45 PST
Comment on
attachment 220187
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=220187&action=review
> Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm:76 > + const ScrollingStateScrollingNode& scrollingStateNode = toScrollingStateScrollingNode(stateNode);
const auto& ?
> Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm:121 > + const ScrollingStateScrollingNode& scrollingStateNode = toScrollingStateScrollingNode(stateNode);
const auto&?
Simon Fraser (smfr)
Comment 3
2014-01-01 11:49:45 PST
https://trac.webkit.org/r161194
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