| 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;
|
|
|