Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index fa74f6f652194d53c5e07cd2fdb26bf78969e1c4..f17147e99def6a312ff2636365f6c290ce168dbd 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -760,7 +760,8 @@ void RenderWidgetHostImpl::DonePaintingToBackingStore() { |
} |
void RenderWidgetHostImpl::ScheduleComposite() { |
- if (is_hidden_ || !is_accelerated_compositing_active_) { |
+ if (is_hidden_ || !is_accelerated_compositing_active_ || |
+ current_size_.IsEmpty()) { |
return; |
} |