[webkit-reviews] review granted: [Bug 86051] [chromium] Scale all compositor output by the defaultDeviceScaleFactor : [Attachment 142600] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 18:09:53 PDT 2012


James Robinson <jamesr at chromium.org> has granted Dana Jansens
<danakj at chromium.org>'s request for review:
Bug 86051: [chromium] Scale all compositor output by the
defaultDeviceScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=86051

Attachment 142600: Patch
https://bugs.webkit.org/attachment.cgi?id=142600&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=142600&action=review


> Source/WebCore/page/Settings.cpp:133
> +    , m_applyDefaultDeviceScaleFactorInCompositor(false)

you should not have to touch the cross-platform WebCore::Settings for this,
this is just a chromium thing.

Plumb it through the WebSettings API - WebViewImpl has access to that.


More information about the webkit-reviews mailing list