RESOLVED FIXED 74816
The scrolling coordinator should keep track of the main frame geometry
https://bugs.webkit.org/show_bug.cgi?id=74816
Summary The scrolling coordinator should keep track of the main frame geometry
Anders Carlsson
Reported 2011-12-18 11:39:07 PST
The scrolling coordinator should keep track of the main frame geometry
Attachments
Patch (6.55 KB, patch)
2011-12-18 11:41 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2011-12-18 11:41:15 PST
Andreas Kling
Comment 2 2011-12-18 11:49:35 PST
Comment on attachment 119772 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=119772&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:1247 > + if (ScrollingCoordinator* scrollingCoordinator = this->scrollingCoordinator()) > + scrollingCoordinator->syncFrameGeometry(m_renderView->frameView()->frame()); Wrong indentation level here.
Anders Carlsson
Comment 3 2011-12-18 11:52:51 PST
Note You need to log in before you can comment on or make changes to this bug.