| 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 e48f3c7cde85f8126a029bfe22b537e26fb2e999..ed67bb7ed5c39a76b6feae1c567b142f9c02804c 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() {
|
|
|