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

Unified Diff: cc/animation/animation.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: cc/animation/animation.h
diff --git a/cc/animation/animation.h b/cc/animation/animation.h
index 80c0763929ba046f21a265848a6fd17977dc3cd3..9342f1abc12bf880e624685ffa427c9a55944708 100644
--- a/cc/animation/animation.h
+++ b/cc/animation/animation.h
@@ -174,14 +174,13 @@ class CC_EXPORT Animation {
scoped_ptr<AnimationCurve> curve_;
- // IDs are not necessarily unique.
+ // IDs must be unique.
int id_;
// Animations that must be run together are called 'grouped' and have the same
// group id. Grouped animations are guaranteed to start at the same time and
// no other animations may animate any of the group's target properties until
- // all animations in the group have finished animating. Note: an active
- // animation's group id and target property uniquely identify that animation.
+ // all animations in the group have finished animating.
int group_;
TargetProperty target_property_;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/animation/animation_id_provider.cc » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698