| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 271807746f22e34e871e1ab137be4e0e14724c52..2430ca622a216316d8a7f8a034d62107af4f84c3 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -4295,6 +4295,8 @@ void WebViewImpl::setRootGraphicsLayer(GraphicsLayer* layer)
|
| m_layerTreeView->setDeferCommits(true);
|
| m_layerTreeView->clearRootLayer();
|
| m_layerTreeView->clearViewportLayers();
|
| + if (WebDevToolsAgentImpl* devTools = mainFrameDevToolsAgentImpl())
|
| + devTools->rootLayerCleared();
|
| }
|
| }
|
|
|
|
|