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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrienne Walker
*** This bug has been marked as a duplicate of bug 64991 ***