[Webkit-unassigned] [Bug 74086] [chromium] Layer contents scale change should trigger invalidation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 10:54:39 PST 2011


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





--- Comment #2 from Adrienne Walker <enne at google.com>  2011-12-08 10:54:39 PST ---
(From update of attachment 118384)
View in context: https://bugs.webkit.org/attachment.cgi?id=118384&action=review

> Source/WebCore/platform/graphics/chromium/LayerChromium.cpp:428
> +    if (!needsContentsScale() || m_contentsScale == contentsScale)

I don't understand how this interacts with the needsContentsScale() check.  Only ContentLayerChromium handles contents scale at this point.  Do we want to set the contents scale for any layer, even if it doesn't handle it?

What layer type are you trying to solve this for?

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