Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1029)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1398823004: Switch the page-capturing machinery to use the new hooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698