Bug 52321 - Frame::pageScale causes the content of compositing layers to look fuzzy
Summary: Frame::pageScale causes the content of compositing layers to look fuzzy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 14:11 PST by Chris Marrin
Modified: 2011-01-12 14:32 PST (History)
0 users

See Also:


Attachments
Patch (14.94 KB, patch)
2011-01-12 14:20 PST, Chris Marrin
cmarrin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 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.
Comment 1 Chris Marrin 2011-01-12 14:20:37 PST
Created attachment 78730 [details]
Patch

This was previously reviewed by Simon Fraser and Kevin Decker.
Comment 2 Chris Marrin 2011-01-12 14:32:44 PST
Landed in changeset http://trac.webkit.org/changeset/75639