Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 61b1822058456b62359a74e8f2b150814c64c3ae..f82c0bf3df24531daf7690e088d7abb4bf2358a4 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -136,8 +136,6 @@ GpuCommandBufferStub::GpuCommandBufferStub( |
new GpuCommandBufferMemoryTracker(channel), |
true); |
} |
- if (handle_.sync_point) |
- OnWaitSyncPoint(handle_.sync_point); |
} |
GpuCommandBufferStub::~GpuCommandBufferStub() { |