[Webkit-unassigned] [Bug 116469] Invalidate SVG filter results in SVGResourcesCache::clientLayoutChanged()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 21 05:03:47 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=116469
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
The line of code is following in Webkit GitHub source as of today:
https://github.com/WebKit/WebKit/blob/cdb0c4a68794035df705609ca0ec8c7fb373091b/Source/WebCore/rendering/svg/SVGResourcesCache.cpp#L100
________
if (renderer.selfNeedsLayout() && hasResourcesRequiringRemovalOnClientLayoutChange(*resources))
________
Chromium / Blink patch changed it to following:
if (object->selfNeedsLayout() || resources->filter())
_____
Is this needed anymore? Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220821/1e3b8f22/attachment.htm>
More information about the webkit-unassigned
mailing list