Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: public/platform/WebCompositorAnimation.h

Issue 881183003: Animation: Cancel same-property animations on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add manual test. Improve code a bit. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/KeyframeEffectModel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositorAnimation.h
diff --git a/public/platform/WebCompositorAnimation.h b/public/platform/WebCompositorAnimation.h
index c1049e1b8528baa6a05ace9a0e54154d26b57951..ce8c629d919c63396a0f69f7cb6f50d9bcc32e3e 100644
--- a/public/platform/WebCompositorAnimation.h
+++ b/public/platform/WebCompositorAnimation.h
@@ -33,7 +33,7 @@ public:
virtual ~WebCompositorAnimation() { }
- // An id is effectively the animation's name, and it is not unique.
+ // An id must be unique.
virtual int id() = 0;
virtual int group() = 0;
« no previous file with comments | « Source/core/animation/KeyframeEffectModel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698