[Webkit-unassigned] [Bug 207451] RenderSVGShape invalidates all its resources when it needs layout, but is that necessary?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 14 16:16:21 PDT 2023


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
We still have this code:

In LBSE:

https://searchfox.org/wubkat/source/Source/WebCore/rendering/svg/RenderSVGShape.cpp#160


    // Invalidate all resources of this client if our layout changed.
    if (everHadLayout() && selfNeedsLayout())
        SVGResourcesCache::clientLayoutChanged(*this);

https://searchfox.org/wubkat/source/Source/WebCore/rendering/svg/LegacyRenderSVGShape.cpp#146

// Invalidate all resources of this client if our layout changed.
    if (everHadLayout() && selfNeedsLayout())
        SVGResourcesCache::clientLayoutChanged(*this);

________

Just wanted to share updated bit as of today.

-- 
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/20230514/6c323379/attachment-0001.htm>


More information about the webkit-unassigned mailing list