Bug 52321

Summary: Frame::pageScale causes the content of compositing layers to look fuzzy
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch cmarrin: review+

Chris Marrin
Reported 2011-01-12 14:11:55 PST
Calling Frame::pageScale to zoom in renders the root contents at the new size so the text looks crisp. But the contents of accelerated compositing layers does not scale, so the contents image is scaled up and looks fuzzy. We need to tell each layer with contents to scale up their contents.
Attachments
Patch (14.94 KB, patch)
2011-01-12 14:20 PST, Chris Marrin
cmarrin: review+
Chris Marrin
Comment 1 2011-01-12 14:20:37 PST
Created attachment 78730 [details] Patch This was previously reviewed by Simon Fraser and Kevin Decker.
Chris Marrin
Comment 2 2011-01-12 14:32:44 PST
Note You need to log in before you can comment on or make changes to this bug.