Bug 258122 - [LBSE] Enable accelerated transform animations for SVG renderers
Summary: [LBSE] Enable accelerated transform animations for SVG renderers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-15 04:35 PDT by Nikolas Zimmermann
Modified: 2023-09-19 00:20 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2023-06-15 04:35:20 PDT
Accelerated transform animations were not active for SVG renderers in LBSE. RenderLayerBacking::startAnimation() only used accelerated mode for RenderBoxModelObject derived renderers -- extend that to all SVG layer aware renderers.
Comment 1 Nikolas Zimmermann 2023-06-15 04:37:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15001
Comment 2 Radar WebKit Bug Importer 2023-06-22 04:36:17 PDT
<rdar://problem/111152352>
Comment 3 EWS 2023-09-19 00:19:59 PDT
Committed 268111@main (bde602f47049): <https://commits.webkit.org/268111@main>

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