Bug 78009

Summary: [Qt] Fetch the visible rect from LayerTreeHost instead of keeping a copy in each layer.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: New BugsAssignee: Jocelyn Turcotte <jturcotte>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, menard, noam, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch noam: review+

Jocelyn Turcotte
Reported 2012-02-07 11:39:30 PST
[Qt] Fetch the visible rect from LayerTreeHost instead of keeping a copy in each layer.
Attachments
Patch (8.30 KB, patch)
2012-02-07 11:41 PST, Jocelyn Turcotte
noam: review+
Jocelyn Turcotte
Comment 1 2012-02-07 11:41:10 PST
Noam Rosenthal
Comment 2 2012-02-07 15:55:05 PST
Comment on attachment 125888 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125888&action=review LGTM with nitpicks > Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:495 > + if (m_mainBackingStore && m_mainBackingStore->contentsScale() != scale) { <nitpick> can be nicer with an early return. > Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp:431 > + for (HashSet<WebCore::WebGraphicsLayer*>::iterator iter = m_registeredLayers.begin(); iter != end; ++iter) { it instead of iter
Jocelyn Turcotte
Comment 3 2012-02-09 06:41:18 PST
Note You need to log in before you can comment on or make changes to this bug.