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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 330113002: Fixing flaky overscroll and touch exploration mode browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to update .h Created 6 years, 6 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: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 65fa860df34c83ce8756c018e0a420fcf8e352fb..236d30b7a5c4888ebe8a00a0c4d8c0b0f18b0580 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -256,6 +256,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
// Whether pausing may be useful.
bool CanPauseForPendingResizeOrRepaints();
+ inline bool resize_ack_pending_for_testing() {return resize_ack_pending_;}
jam 2014/06/23 07:12:05 nit: { return resize_ack_pending_; } per style gui
mfomitchev 2014/06/24 19:54:25 Done.
+
// Wait for a surface matching the size of the widget's view, possibly
// blocking until the renderer sends a new frame.
void WaitForSurface();

Powered by Google App Engine
This is Rietveld 408576698