void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, const String&, MonotonicTime time) { renderer().animation().notifyAnimationStarted(renderer(), time); } Need some RuntimeEnabledFeatures::sharedFeatures().webAnimationsCSSIntegrationEnabled() goodness there.
Created attachment 391532 [details] Patch
Comment on attachment 391532 [details] Patch Clearing flags on attachment: 391532 Committed r257207: <https://trac.webkit.org/changeset/257207>
All reviewed patches have been landed. Closing bug.
<rdar://problem/59725333>