| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index ea3974029cd1f820de57afbd8895504bed5ed174..75b7bf0d9265b32685f748ba070aaabc13116d93 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -88,7 +88,7 @@ class CommandBufferProxyImpl
|
| bool Initialize() override;
|
| State GetLastState() override;
|
| int32 GetLastToken() override;
|
| - void Flush(int32 put_offset) override;
|
| + void Flush(int32 put_offset, const std::vector<uint32>& sync_points) override;
|
| void WaitForTokenInRange(int32 start, int32 end) override;
|
| void WaitForGetOffsetInRange(int32 start, int32 end) override;
|
| void SetGetBuffer(int32 shm_id) override;
|
|
|