| 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..f77d0a18d646f568ab33cbf7e9de3ce61b315f05 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();
|
|
|
| + bool IsResizeAckPendingForTesting();
|
| +
|
| // Wait for a surface matching the size of the widget's view, possibly
|
| // blocking until the renderer sends a new frame.
|
| void WaitForSurface();
|
|
|