Add animationDidEnd callbacks on GraphicsLayer
Created attachment 236830 [details] Patch
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?
Created attachment 236837 [details] Patch
https://trac.webkit.org/r172836