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 fa1384333fee54d88110ea38ba7c5bb0cda62614..e17e92250fccc29c053bb3aa2ebe047250b77342 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -746,6 +746,7 @@ private: |
bool m_userGestureObserved; |
bool m_shouldDispatchFirstVisuallyNonEmptyLayout; |
bool m_shouldDispatchFirstLayoutAfterFinishedParsing; |
+ bool m_shouldDispatchFirstLayoutAfterFinishedLoading; |
WebDisplayMode m_displayMode; |
FloatSize m_elasticOverscroll; |