| 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 8eefd157440d55d57df219527ffba0f42353fdb2..0fb6c6e69baaa14e1cadb87cf16f57218b16cce8 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() {
|
|
|