Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..83a484a10db5023699f06502d0f50c3427c6a791 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -676,6 +676,7 @@ class WEB_EXPORT WebViewImpl final |
Persistent<DevToolsEmulator> m_devToolsEmulator; |
std::unique_ptr<PageOverlay> m_pageColorOverlay; |
+ bool m_needsUpdatePageOverlays; |
// Whether the webview is rendering transparently. |
bool m_isTransparent; |