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+
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.