diff options
Diffstat (limited to 'content/browser/renderer_host/render_widget_host_impl.cc')
| -rw-r--r-- | content/browser/renderer_host/render_widget_host_impl.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc index 6c4a78e..2ffb094 100644 --- a/content/browser/renderer_host/render_widget_host_impl.cc +++ b/content/browser/renderer_host/render_widget_host_impl.cc @@ -615,6 +615,10 @@ BackingStore* RenderWidgetHostImpl::GetBackingStore(bool force_create) { do { TRACE_EVENT0("renderer_host", "GetBackingStore::WaitForUpdate"); +#if defined(OS_MACOSX) + view_->AboutToWaitForBackingStoreMsg(); +#endif + // When we have asked the RenderWidget to resize, and we are still waiting // on a response, block for a little while to see if we can't get a response // before returning the old (incorrectly sized) backing store. |
