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

Unified Diff: cc/animation/element_animations.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/element_animations.cc
diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc
index ebb9c3fc83ee7853a0dfb5d0ff342b792c774aab..0d9bb605d64ea01c9b2e291fbb6eb902a3b28349 100644
--- a/cc/animation/element_animations.cc
+++ b/cc/animation/element_animations.cc
@@ -27,7 +27,6 @@ scoped_refptr<ElementAnimations> ElementAnimations::Create() {
ElementAnimations::ElementAnimations()
: animation_host_(),
- element_id_(),
has_element_in_active_list_(false),
has_element_in_pending_list_(false),
needs_push_properties_(false),

Powered by Google App Engine
This is Rietveld 408576698