Bug 74816

Summary: The scrolling coordinator should keep track of the main frame geometry
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: levin+threading, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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.