Chromium Code Reviews| Index: Source/web/WebViewImpl.cpp |
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
| index 640748994f2cc102c31d19601cf721b0828302e2..235a052a5d790874d82c3823cc2dfd2d996cf50c 100644 |
| --- a/Source/web/WebViewImpl.cpp |
| +++ b/Source/web/WebViewImpl.cpp |
| @@ -2734,6 +2734,7 @@ bool WebViewImpl::isAcceleratedCompositingActive() const |
| void WebViewImpl::willCloseLayerTreeView() |
| { |
| + setRootGraphicsLayer(nullptr); |
| m_layerTreeView = 0; |
| } |