[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:42:39 PST 2013


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





--- Comment #14 from Dana Jansens <danakj at chromium.org>  2013-01-18 18:44:27 PST ---
(From update of attachment 183589)
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. :)

Ok thanks, this looks pretty reasonable to me.

-- 
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