Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 5e58f75560e7a7bcf3bd987545e8c25f56f1a1d1..a30626a4d6aa430c8a93ac19fc8c51b0fdc2dcf7 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -171,7 +171,7 @@ class GpuCommandBufferStub |
void OnEnsureBackbuffer(); |
void OnRetireSyncPoint(uint32 sync_point); |
- void OnWaitSyncPoint(uint32 sync_point); |
+ bool OnWaitSyncPoint(uint32 sync_point); |
void OnSyncPointRetired(); |
void OnSignalSyncPoint(uint32 sync_point, uint32 id); |
void OnSignalSyncPointAck(uint32 id); |