Bug 64915

Summary: [chromium] Compositor should take slow path for scrolling iframes
Product: WebKit Reporter: Adrienne Walker <enne>
Component: WebCore Misc.Assignee: Adrienne Walker <enne>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: enne, jamesr, vangelis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Adrienne Walker
Reported 2011-07-20 18:22:16 PDT
When --force-compositing-mode is turned on, iframes (in gmail) take the fast path scrolling because they think they can blit to the window. The Chromium compositor only handles the root layer blitting to the window, and so it scrolls and invalidates the contents incorrectly. An easier approach to fix this in the short term would be to make the compositor take the slow path by changing the "can blit to window" triggers. See: http://crbug.com/81048
Attachments
Adrienne Walker
Comment 1 2011-07-21 16:49:57 PDT
*** This bug has been marked as a duplicate of bug 64991 ***
Note You need to log in before you can comment on or make changes to this bug.