WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
153400
RenderLayer::setupFontSubpixelQuantization() needs to be improved
https://bugs.webkit.org/show_bug.cgi?id=153400
Summary
RenderLayer::setupFontSubpixelQuantization() needs to be improved
Simon Fraser (smfr)
Reported
2016-01-23 10:35:51 PST
When dumping drawing commands with display lists, WK1 and WK2 differ in the setting of fontSubpixelQuantization in compositing layers between WK1 and WK2, which doesn't make sense. The current code asks if scrolling is on the main thread, whether content scrolls by painting, and if live zooming is happening. This doesn't take into account compositing layers that are moved by scrolling, and so does the wrong thing for layers in WK1. I think the correct solution will have to pass flags down through the painting code, to note whether we've seen a scrollable layer on the way down.
Attachments
Add attachment
proposed patch, testcase, etc.
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