[Webkit-unassigned] [Bug 88908] [chromium] webkit-backface-visibility doesn't work with <video>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 18:32:22 PDT 2012


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





--- Comment #15 from James Robinson <jamesr at chromium.org>  2012-06-13 18:32:20 PST ---
(From update of attachment 147459)
View in context: https://bugs.webkit.org/attachment.cgi?id=147459&action=review

> Source/WebCore/platform/graphics/chromium/LayerChromium.h:178
> +    void setIsContentsLayer(bool isContentsLayer) { m_isContentsLayer = isContentsLayer; }
> +    bool isContentsLayer() const { return m_isContentsLayer; }

At first glance I'm not a big fan of adding these to LayerChromium and beyond - it is a quirk of GraphicsLayerChromium that the doubleSided property applies to both a layer and its immediate child in some cases, GraphicsLayerChromium should take care of just setting the bits (like doubleSided) on the appropriate LayerChromiums.  The compositor itself doesn't need to know about the concept of "contents layer" - it's way too confusing given the other naming collisions.

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