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(); |