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

Unified Diff: Source/web/WebViewImpl.h

Issue 1309883003: Add hooks for capturing meaningful text info, gently. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oopsie fixed. Created 5 years, 4 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 62295a38ed1dd4bcd70d6f8a015f3e354041d97c..98268d4dd0efa7f52f0a3b7260204f2f2c3a15b8 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -761,6 +761,7 @@ private:
bool m_userGestureObserved;
bool m_shouldDispatchFirstVisuallyNonEmptyLayout;
+ bool m_shouldDispatchFirstLayoutAfterFinishedParsing;
WebDisplayMode m_displayMode;
FloatSize m_elasticOverscroll;

Powered by Google App Engine
This is Rietveld 408576698