Bug 207979

Summary: RenderLayerBacking::notifyAnimationStarted calls directly into the old animation controller
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dino, esprehn+autocc, ews-watchlist, fred.wang, glenn, graouts, graouts, kondapallykalyan, pdr, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.