Bug 121269 - Consider reinstating the ImageQualityController optimization to prevent an extra high quality paint when we don't need to
Summary: Consider reinstating the ImageQualityController optimization to prevent an ex...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 17:34 PDT by Tim Horton
Modified: 2013-09-12 17:34 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-09-12 17:34:19 PDT
The optimization removed in https://bugs.webkit.org/show_bug.cgi?id=121244 was flawed, but it could be done if the repaint rect for any renderer that calls into shouldPaintAtLowQuality includes the entirety of the renderer.

This is not an easy situation to get into; see my comments in that bug. I'm not totally sure it's worth it.