| 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 e5f35fdeb8c072b6a440961b6c20d4ba0782c7ac..0465c7e4634a839c40bce2de6338d899d41e7a96 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -144,8 +144,6 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| }
|
| memory_manager_state_.reset(new GpuCommandBufferStubBase::MemoryManagerState(
|
| surface_id != 0, true, base::TimeTicks::Now()));
|
| - if (handle_.sync_point)
|
| - OnWaitSyncPoint(handle_.sync_point);
|
| }
|
|
|
| GpuCommandBufferStub::~GpuCommandBufferStub() {
|
|
|