Index: content/common/gpu/image_transport_surface_win.cc |
diff --git a/content/common/gpu/image_transport_surface_win.cc b/content/common/gpu/image_transport_surface_win.cc |
index a5f731aeb5ff513c0fd0084562246a5619293072..03f64d43fce73aa332c8aaa0fbc3cbe87f6416d9 100644 |
--- a/content/common/gpu/image_transport_surface_win.cc |
+++ b/content/common/gpu/image_transport_surface_win.cc |
@@ -199,6 +199,9 @@ void PbufferImageTransportSurface::SendBuffersSwapped() { |
DCHECK(!is_swap_buffers_pending_); |
is_swap_buffers_pending_ = true; |
+ |
+ // Pause all processing of this command buffer. |
jbates
2012/07/27 21:39:57
better put the bug number here just in case it sit
|
+ DeferDraws(); |
} |
void PbufferImageTransportSurface::OnBufferPresented(uint32 sync_point) { |