| 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 994e8cfce5f3f074dae55b7defc5658706b4907a..48697de52d427507fe4e0fe5c719f3a9c2419133 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -113,7 +113,7 @@ TEST_F(CompositorMutableStateTest, MutableStateMutableProperties)
|
| LayerImpl* layer = scopedLayer.get();
|
| layer->SetScrollClipLayer(root->id());
|
|
|
| - root->AddChild(std::move(scopedLayer));
|
| + root->test_properties()->AddChild(std::move(scopedLayer));
|
|
|
| SetLayerPropertiesForTesting(layer);
|
| layer->SetElementId(12);
|
|
|