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

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

Issue 1376003002: Make rendering timeouts work even if paint data received early (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cursor
Patch Set: Review comments addressed Created 5 years, 3 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 0cf600a470ff9c90d6e4cf253373189a3832240e..b88e0cee1ff3a60bb4ea9daf347eea0b78b1b6dc 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -750,6 +750,7 @@ private:
bool m_userGestureObserved;
bool m_shouldDispatchFirstVisuallyNonEmptyLayout;
bool m_shouldDispatchFirstLayoutAfterFinishedParsing;
+ bool m_shouldDispatchFirstPaintAfterLoad;
WebDisplayMode m_displayMode;
FloatSize m_elasticOverscroll;

Powered by Google App Engine
This is Rietveld 408576698