[Webkit-unassigned] [Bug 130337] [CSS Blending] Blend mode property is propagated to multiple GraphicLayers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 10:54:54 PDT 2014


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





--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-03-24 10:55:14 PST ---
(From update of attachment 227209)
Not sure why RenderLayerBacking::setBlendMode() has to exist. RenderLayer::updateBlendMode() is called from RenderLayer::styleChanged()
it calls  backing()->setBlendMode() but doesn't need to because RenderLayer::styleChanged() always calls either backing()->updateGraphicsLayerGeometry() or triggers a full compositing layer rebuild.

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