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

Unified Diff: cc/test/animation_timelines_test_common.cc

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: Merge branch 'master' into secondaryid 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
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/trees/element_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_timelines_test_common.cc
diff --git a/cc/test/animation_timelines_test_common.cc b/cc/test/animation_timelines_test_common.cc
index dd039a47a66388a93c81d0db6d79b60f8eac49d5..d986a4d6e2549721ee33accccf0b0e42e611c3ad 100644
--- a/cc/test/animation_timelines_test_common.cc
+++ b/cc/test/animation_timelines_test_common.cc
@@ -355,7 +355,7 @@ AnimationTimelinesTest::AnimationTimelinesTest()
host_ = client_.host();
host_impl_ = client_impl_.host();
- element_id_ = ElementId(NextTestLayerId(), 0);
+ element_id_ = ElementId(NextTestLayerId());
}
AnimationTimelinesTest::~AnimationTimelinesTest() {
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/trees/element_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698