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

Unified Diff: cc/animation/animation_player.cc

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: none Created 3 years, 7 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_player.cc
diff --git a/cc/animation/animation_player.cc b/cc/animation/animation_player.cc
index 3174dcbdab096b0c5b8c3269e6a638372bdbfa47..7864ecbb93dc31b19350971664e3fa6f130f0008 100644
--- a/cc/animation/animation_player.cc
+++ b/cc/animation/animation_player.cc
@@ -26,6 +26,7 @@ AnimationPlayer::AnimationPlayer(int id)
element_animations_(),
animation_delegate_(),
id_(id),
+ element_id_(kInvalidElementId),
needs_push_properties_(false),
needs_to_start_animations_(false),
is_ticking_(false),

Powered by Google App Engine
This is Rietveld 408576698