Index: content/common/gpu/gpu_command_buffer_stub.cc |
=================================================================== |
--- content/common/gpu/gpu_command_buffer_stub.cc (revision 171661) |
+++ content/common/gpu/gpu_command_buffer_stub.cc (working copy) |
@@ -136,6 +136,8 @@ |
new GpuCommandBufferMemoryTracker(channel), |
true); |
} |
+ if (handle_.sync_point) |
+ OnWaitSyncPoint(handle_.sync_point); |
} |
GpuCommandBufferStub::~GpuCommandBufferStub() { |