[webkit-reviews] review requested: [Bug 86051] [chromium] Scale all compositor output by deviceScaleFactor : [Attachment 141760] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 11:43:55 PDT 2012


Dana Jansens <danakj at chromium.org> has asked  for review:
Bug 86051: [chromium] Scale all compositor output by deviceScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=86051

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

------- Additional Comments from Dana Jansens <danakj at chromium.org>
Fixing layout tests with page scale:
- don't limit the page scale while setting the device scale factor.
- The NCCH appliesPageScale(). But it did not set the flag to indicate this.
Instead of just didn't return the real page/display scale factors. Made this
code more obvious by setting the appliesPageScale() flag and returning real
values (which GraphicsLayerChromium can ignore as it wishes).


More information about the webkit-reviews mailing list