| 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..9d085807f3fa92e5b0473cbdd21fe0edef48e5b2 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(CompositorElementIdFromDOMNodeId(
|
| + primary_id, CompositorElementIdNamespace::kPrimary));
|
| + layer->SetElementId(CompositorElementIdFromDOMNodeId(
|
| + primary_id, CompositorElementIdNamespace::kScroll));
|
|
|
| root->SetMutableProperties(CompositorMutableProperty::kOpacity |
|
| CompositorMutableProperty::kTransform);
|
|
|