[Webkit-unassigned] [Bug 109098] [Chromium][CSS Filters] Filter outsets clipped on composited layers when filter is applied after first layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 15:31:51 PST 2013


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





--- Comment #1 from Max Vujovic <mvujovic at adobe.com>  2013-02-07 15:33:59 PST ---
Corresponding Chromium bug: http://code.google.com/p/chromium/issues/detail?id=174788

I think I figured out the problem. RenderLayer::styleChanged does not notice a change in filter outsets and does not update the compositing bounds for Chromium. In there, we should call compositor()->setCompositingLayersNeedRebuild() if the outsets changed. I will assign this bug to myself and work on the fix there.

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