| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index d652331bbc8e19e9d730dd16f739db25ffdb13b3..b80b4bacc2b14934db7a6f20c78d15a570706e3b 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -463,7 +463,7 @@ void PaintLayerCompositor::updateIfNeeded() {
|
|
|
| // Inform the inspector that the layer tree has changed.
|
| if (m_layoutView.frame()->isMainFrame())
|
| - InspectorInstrumentation::layerTreeDidChange(m_layoutView.frame());
|
| + probe::layerTreeDidChange(m_layoutView.frame());
|
| }
|
|
|
| void PaintLayerCompositor::updateClippingOnCompositorLayers() {
|
|
|