RESOLVED FIXED136084
Add animationDidEnd callbacks on GraphicsLayer
https://bugs.webkit.org/show_bug.cgi?id=136084
Summary Add animationDidEnd callbacks on GraphicsLayer
Simon Fraser (smfr)
Reported 2014-08-19 15:54:23 PDT
Add animationDidEnd callbacks on GraphicsLayer
Attachments
Patch (27.65 KB, patch)
2014-08-19 15:56 PDT, Simon Fraser (smfr)
no flags
Patch (29.74 KB, patch)
2014-08-19 17:29 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2014-08-19 15:56:50 PDT
Tim Horton
Comment 2 2014-08-19 16:01:13 PDT
Comment on attachment 236830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236830&action=review > Source/WebCore/platform/graphics/ca/mac/PlatformCALayerMac.mm:352 > +void PlatformCALayerMac::animationStarted(const String& animtionKey, CFTimeInterval beginTime) anim*a*tion > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm:137 > + auto it = m_layersWithAnimations.find(layerID); should we not remove the layer from m_layersWithAnimations if it doesn't have any more animations?
Simon Fraser (smfr)
Comment 3 2014-08-19 17:29:51 PDT
Simon Fraser (smfr)
Comment 4 2014-08-21 15:44:08 PDT
Note You need to log in before you can comment on or make changes to this bug.