Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 4de551425a36b515f80478668eee870c01934d04..243b006a8eb3fc85302c457ed98f6da7db48db3d 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -683,6 +683,7 @@ private: |
OwnPtr<WebCore::GraphicsLayerFactory> m_graphicsLayerFactory; |
bool m_isAcceleratedCompositingActive; |
bool m_layerTreeViewCommitsDeferred; |
+ bool m_layerTreeViewClosed; |
bool m_matchesHeuristicsForGpuRasterization; |
// If true, the graphics context is being restored. |
bool m_recreatingGraphicsContext; |