| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| index 0baf16cf81c278417981da8a85ec98819eae446f..9ac8a06c7d78f0863aaabe17653594579f14d616 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| @@ -415,7 +415,7 @@
|
|
|
| const cc::PropertyTrees& propertyTrees()
|
| {
|
| - return *m_webLayerTreeView->layerTreeHost()->GetLayerTree()->property_trees();
|
| + return *m_webLayerTreeView->layerTreeHost()->property_trees();
|
| }
|
|
|
| const cc::TransformNode& transformNode(const cc::Layer* layer)
|
|
|