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 646c5b18fd1832f8329167a517bc57e6e1a151df..842353e3a11700bebfed02dca5c91566f382bd56 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -133,8 +133,6 @@ GpuCommandBufferStub::GpuCommandBufferStub( |
new GpuCommandBufferMemoryTracker(channel), |
true); |
} |
- if (handle_.sync_point) |
- OnWaitSyncPoint(handle_.sync_point); |
} |
GpuCommandBufferStub::~GpuCommandBufferStub() { |