Bug 146792 - [Win] Honor CACFLayer content scale factor
Summary: [Win] Honor CACFLayer content scale factor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 10:29 PDT by Brent Fulgham
Modified: 2015-07-09 11:10 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.56 KB, patch)
2015-07-09 10:34 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-07-09 10:29:41 PDT
If we have access to CACFLayer's content scale factor, keep it in sync with the state of our WebCore scale factor.

This does not currently have any user visible impact, but is a necessary first step for High DPI support.
Comment 1 Brent Fulgham 2015-07-09 10:34:42 PDT
Created attachment 256486 [details]
Patch
Comment 2 Brent Fulgham 2015-07-09 11:10:49 PDT
Committed r186594: <http://trac.webkit.org/changeset/186594>