Bug 241822
Summary: | Eliminate one repaint from SVGResourcesCache::clientLayoutChanged | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | SVG | Assignee: | 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 |
Cameron McCormack (:heycam)
The repaint that happens due to the SVGResources::removeClientFromCache call under LegacyRenderSVGShape::layout is redundant with the repaint that the LayoutRepainter does.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
rdar://90720945
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/1661
Cameron McCormack (:heycam)
rdar://95435464
EWS
Committed r295722 (251727@main): <https://commits.webkit.org/251727@main>
Reviewed commits have been landed. Closing PR #1661 and removing active labels.