Chromium Code Reviews

Unified Diff: Source/WebCore/page/animation/CompositeAnimation.cpp

Issue 6994006: Merge 85693 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/animation/CompositeAnimation.cpp
===================================================================
--- Source/WebCore/page/animation/CompositeAnimation.cpp (revision 86126)
+++ Source/WebCore/page/animation/CompositeAnimation.cpp (working copy)
@@ -151,6 +151,7 @@
implAnim->blendPropertyValueInStyle(prop, modifiedCurrentStyle.get());
}
#endif
+ animationController()->animationWillBeRemoved(implAnim);
m_transitions.remove(prop);
equal = false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine