Bug 126360

Summary: Updating the scrolling tree should use references to state nodes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, cmarcelo, commit-queue, jamesr, luiz, sam, simon.fraser, thorton, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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+
Simon Fraser (smfr)
Comment 1 2014-01-01 11:10:22 PST
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
Note You need to log in before you can comment on or make changes to this bug.