[webkit-reviews] review granted: [Bug 126360] Updating the scrolling tree should use references to state nodes : [Attachment 220187] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 1 11:45:53 PST 2014
Anders Carlsson <andersca at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 126360: Updating the scrolling tree should use references to state nodes
https://bugs.webkit.org/show_bug.cgi?id=126360
Attachment 220187: Patch
https://bugs.webkit.org/attachment.cgi?id=220187&action=review
------- Additional Comments from Anders Carlsson <andersca at apple.com>
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&?
More information about the webkit-reviews
mailing list