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 f036aa0fb2fba1257928509fef1bbc671902425d..203a8a9e791fae2eda4f2724307e15f88cff431c 100644 |
--- a/gpu/ipc/client/command_buffer_proxy_impl.h |
+++ b/gpu/ipc/client/command_buffer_proxy_impl.h |
@@ -114,10 +114,7 @@ |
const base::Closure& callback) override; |
bool CanWaitUnverifiedSyncToken(const gpu::SyncToken* sync_token) override; |
- void TakeFrontBuffer(const gpu::Mailbox& mailbox); |
- void ReturnFrontBuffer(const gpu::Mailbox& mailbox, |
- const gpu::SyncToken& sync_token, |
- bool is_lost); |
+ bool ProduceFrontBuffer(const gpu::Mailbox& mailbox); |
void AddDeletionObserver(DeletionObserver* observer); |
void RemoveDeletionObserver(DeletionObserver* observer); |