| 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 2de52e9ece00eb16f0d2c367812c45309115829a..c0a7d6e5de79efe7aeb086906a94386d901c7686 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -140,8 +140,6 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| if (surface_id != 0)
|
| surface_state_.reset(new GpuCommandBufferStubBase::SurfaceState(
|
| surface_id, true, base::TimeTicks::Now()));
|
| - if (handle_.sync_point)
|
| - OnWaitSyncPoint(handle_.sync_point);
|
| }
|
|
|
| GpuCommandBufferStub::~GpuCommandBufferStub() {
|
|
|