| Index: gpu/ipc/client/command_buffer_proxy_impl.h
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| index 1c60dea1368153d705a2d4eb3ef7249f9a226a2f..b477614572879b27a7ac37296a6c5f5b907f2b5e 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.h
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| @@ -209,6 +209,7 @@ class GPU_EXPORT CommandBufferProxyImpl
|
|
|
| // Updates the highest verified release fence sync.
|
| void UpdateVerifiedReleases(uint32_t verified_flush);
|
| + void CleanupFlushedReleases(uint32_t highest_verified_flush_id);
|
|
|
| // Try to read an updated copy of the state from shared memory, and calls
|
| // OnGpuStateError() if the new state has an error.
|
|
|