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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTest.cpp

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: third_party/WebKit/Source/core/animation/AnimationTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
index 1f653a5892b16b998aad84948b005e44cd6ee7ce..98ce78c823aee946ed645eff8663255e9d746b1e 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
@@ -799,7 +799,7 @@ TEST_F(AnimationAnimationTest, NoCompositeWithoutCompositedElementId) {
CompositorElementId expected_compositor_element_id =
CreateCompositorElementId(DOMNodeIds::IdForNode(element_composited),
CompositorSubElementId::kPrimary);
- composited_element_ids->insert(expected_compositor_element_id);
+ composited_element_ids->insert(expected_compositor_element_id.id);
Timing timing;
timing.iteration_duration = 30;

Powered by Google App Engine
This is Rietveld 408576698