| 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 ff7cac0bf53e17716e43a3d089290059f1575264..8e6243d40351af9866d867f78b3dc77c63c6310c 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -858,8 +858,6 @@ void GpuCommandBufferStub::AddSyncPoint(uint32 sync_point) {
|
| void GpuCommandBufferStub::OnRetireSyncPoint(uint32 sync_point) {
|
| DCHECK(!sync_points_.empty() && sync_points_.front() == sync_point);
|
| sync_points_.pop_front();
|
| - if (context_group_->mailbox_manager()->UsesSync() && MakeCurrent())
|
| - context_group_->mailbox_manager()->PushTextureUpdates();
|
| GpuChannelManager* manager = channel_->gpu_channel_manager();
|
| manager->sync_point_manager()->RetireSyncPoint(sync_point);
|
| }
|
|
|