Bug 74816 - The scrolling coordinator should keep track of the main frame geometry
Summary: The scrolling coordinator should keep track of the main frame geometry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-18 11:39 PST by Anders Carlsson
Modified: 2011-12-18 11:52 PST (History)
2 users (show)

See Also:


Attachments
Patch (6.55 KB, patch)
2011-12-18 11:41 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-12-18 11:39:07 PST
The scrolling coordinator should keep track of the main frame geometry
Comment 1 Anders Carlsson 2011-12-18 11:41:15 PST
Created attachment 119772 [details]
Patch
Comment 2 Andreas Kling 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.
Comment 3 Anders Carlsson 2011-12-18 11:52:51 PST
Committed r103182: <http://trac.webkit.org/changeset/103182>