| 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 13b7b22f319c0fc84e8652b84584b7ea0cb8c013..1222f41426360f1d431af3f60f0e75e022d85d42 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -778,6 +778,8 @@ void GpuCommandBufferStub::OnRetireSyncPoint(uint32 sync_point) {
|
| }
|
|
|
| bool GpuCommandBufferStub::OnWaitSyncPoint(uint32 sync_point) {
|
| + if (!sync_point)
|
| + return true;
|
| GpuChannelManager* manager = channel_->gpu_channel_manager();
|
| if (manager->sync_point_manager()->IsSyncPointRetired(sync_point))
|
| return true;
|
|
|