[Webkit-unassigned] [Bug 107342] Clean up device scale factor with Skia GraphicsContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 18:38:20 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107342





--- Comment #13 from Tien-Ren Chen <trchen at chromium.org>  2013-01-18 18:40:08 PST ---
(In reply to comment #11)
> (From update of attachment 183589 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=183589&action=review
> 
> > Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp:846
> > +    context.platformApplyDeviceScaleFactor(deviceScaleFactor());
> 
> Is this also correct when WebSettings::applyDeviceScaleFactorInCompositor is true?

Yes, platformApplyDeviceScaleFactor doesn't change the matrix. It is its intended use. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list