[webkit-reviews] review granted: [Bug 74816] The scrolling coordinator should keep track of the main frame geometry : [Attachment 119772] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 18 11:49:35 PST 2011


Andreas Kling <kling at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 74816: The scrolling coordinator should keep track of the main frame
geometry
https://bugs.webkit.org/show_bug.cgi?id=74816

Attachment 119772: Patch
https://bugs.webkit.org/attachment.cgi?id=119772&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
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.


More information about the webkit-reviews mailing list