| 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 9bc4335ce6d61d0e6cfa6575c8a292b7bff37569..049ee5b4aab2e761c2e0bc01fe13f6a29cf9b181 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -4275,6 +4275,8 @@ void WebViewImpl::setRootGraphicsLayer(GraphicsLayer* layer)
|
| m_layerTreeView->setDeferCommits(true);
|
| m_layerTreeView->clearRootLayer();
|
| m_layerTreeView->clearViewportLayers();
|
| + if (WebDevToolsAgentImpl* devTools = mainFrameDevToolsAgentImpl())
|
| + devTools->rootLayerCleared();
|
| }
|
| }
|
|
|
|
|