RESOLVED FIXED207979
RenderLayerBacking::notifyAnimationStarted calls directly into the old animation controller
https://bugs.webkit.org/show_bug.cgi?id=207979
Summary RenderLayerBacking::notifyAnimationStarted calls directly into the old animat...
Simon Fraser (smfr)
Reported 2020-02-19 17:29:19 PST
void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, const String&, MonotonicTime time) { renderer().animation().notifyAnimationStarted(renderer(), time); } Need some RuntimeEnabledFeatures::sharedFeatures().webAnimationsCSSIntegrationEnabled() goodness there.
Attachments
Patch (1.66 KB, patch)
2020-02-24 06:39 PST, Antoine Quint
no flags
Antoine Quint
Comment 1 2020-02-24 06:39:03 PST
WebKit Commit Bot
Comment 2 2020-02-24 08:04:29 PST
Comment on attachment 391532 [details] Patch Clearing flags on attachment: 391532 Committed r257207: <https://trac.webkit.org/changeset/257207>
WebKit Commit Bot
Comment 3 2020-02-24 08:04:30 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2020-02-24 08:05:15 PST
Note You need to log in before you can comment on or make changes to this bug.