WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 64991
64915
[chromium] Compositor should take slow path for scrolling iframes
https://bugs.webkit.org/show_bug.cgi?id=64915
Summary
[chromium] Compositor should take slow path for scrolling iframes
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug