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 5c8b269982be53b03284eeed811e82abe16a15b9..2410ae3ef79547c0427adc0c5c79ca86b39c1375 100644 |
--- a/gpu/ipc/client/command_buffer_proxy_impl.h |
+++ b/gpu/ipc/client/command_buffer_proxy_impl.h |
@@ -135,6 +135,8 @@ class GPU_EXPORT CommandBufferProxyImpl |
void SignalSyncToken(const gpu::SyncToken& sync_token, |
const base::Closure& callback) override; |
bool CanWaitUnverifiedSyncToken(const gpu::SyncToken* sync_token) override; |
+ int32_t CreateFence(ClientFence fence) override; |
+ void DestroyFence(int32_t id) override; |
void TakeFrontBuffer(const gpu::Mailbox& mailbox); |
void ReturnFrontBuffer(const gpu::Mailbox& mailbox, |