| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| index 7ff18f7a69b71c4420ca5fe40bff83294e3ec64a..f574dca3210e1970de55d45d867461376bee1fba 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -100,10 +100,10 @@ TEST_F(CompositorMutableStateTest, MutableStateMutableProperties) {
|
| SetLayerPropertiesForTesting(layer);
|
|
|
| int primary_id = 12;
|
| - root->SetElementId(
|
| - CreateCompositorElementId(primary_id, CompositorSubElementId::kPrimary));
|
| - layer->SetElementId(
|
| - CreateCompositorElementId(primary_id, CompositorSubElementId::kScroll));
|
| + root->SetElementId(CreateCompositorElementId(
|
| + primary_id, CompositorElementIdNamespace::kPrimary));
|
| + layer->SetElementId(CreateCompositorElementId(
|
| + primary_id, CompositorElementIdNamespace::kScroll));
|
|
|
| root->SetMutableProperties(CompositorMutableProperty::kOpacity |
|
| CompositorMutableProperty::kTransform);
|
|
|