| 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..6adba2ac8822abba6ca42781b5851fd45713b375 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| @@ -798,7 +798,7 @@ TEST_F(AnimationAnimationTest, NoCompositeWithoutCompositedElementId) {
|
| CompositorElementIdSet();
|
| CompositorElementId expected_compositor_element_id =
|
| CreateCompositorElementId(DOMNodeIds::IdForNode(element_composited),
|
| - CompositorSubElementId::kPrimary);
|
| + CompositorElementIdNamespace::kPrimary);
|
| composited_element_ids->insert(expected_compositor_element_id);
|
|
|
| Timing timing;
|
|
|