| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| index 07bf87d95708e9c26ccfa2141f60805761a0e0e6..6356d20497d3cc28dc6fd6c2838877b97e293e47 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| @@ -50,7 +50,7 @@ cc::LayerTreeSettings WebLayerTreeViewImplForTesting::defaultLayerTreeSettings()
|
|
|
| bool WebLayerTreeViewImplForTesting::hasLayer(const WebLayer& layer)
|
| {
|
| - return layer.ccLayer()->layer_tree_host() == m_layerTreeHost.get();
|
| + return layer.ccLayer()->GetLayerTreeHostForTesting() == m_layerTreeHost.get();
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::setRootLayer(const blink::WebLayer& root)
|
|
|