RESOLVED FIXED 101514
Remove ScrollingCoordinatorMac::updateMainFrameScrollPositionAndScrollLayerPosition()
https://bugs.webkit.org/show_bug.cgi?id=101514
Summary Remove ScrollingCoordinatorMac::updateMainFrameScrollPositionAndScrollLayerPo...
Simon Fraser (smfr)
Reported 2012-11-07 14:57:24 PST
Remove ScrollingCoordinatorMac::updateMainFrameScrollPositionAndScrollLayerPosition()
Attachments
Patch (9.99 KB, patch)
2012-11-07 15:22 PST, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2012-11-07 15:22:13 PST
Tim Horton
Comment 2 2012-11-07 15:24:55 PST
Comment on attachment 172879 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172879&action=review > Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:219 > +void ScrollingCoordinator::updateMainFrameScrollPosition(const IntPoint& scrollPosition, bool programmaticScroll, bool setLayerPosition) More boolean arguments? :( > Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm:266 > + scrollingTree()->updateMainFrameScrollPosition(scrollPosition, true /* setLayerPosition */); See, this is the path down which those lead :)
Tim Horton
Comment 3 2012-11-07 16:10:57 PST
Comment on attachment 172879 [details] Patch Fix the bools and all will be well?
Simon Fraser (smfr)
Comment 4 2012-11-10 21:21:59 PST
Note You need to log in before you can comment on or make changes to this bug.