Bug 241822

Summary: Eliminate one repaint from SVGResourcesCache::clientLayoutChanged
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: SVGAssignee: Cameron McCormack (:heycam) <heycam>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Cameron McCormack (:heycam) 2022-06-21 15:27:28 PDT
The repaint that happens due to the SVGResources::removeClientFromCache call under LegacyRenderSVGShape::layout is redundant with the repaint that the LayoutRepainter does.
Comment 1 Cameron McCormack (:heycam) 2022-06-21 15:27:51 PDT
rdar://90720945
Comment 2 Cameron McCormack (:heycam) 2022-06-21 15:34:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1661
Comment 3 Cameron McCormack (:heycam) 2022-06-21 22:01:08 PDT
rdar://95435464
Comment 4 EWS 2022-06-21 22:59:03 PDT
Committed r295722 (251727@main): <https://commits.webkit.org/251727@main>

Reviewed commits have been landed. Closing PR #1661 and removing active labels.