Index: ppapi/proxy/ppapi_command_buffer_proxy.h |
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.h b/ppapi/proxy/ppapi_command_buffer_proxy.h |
index 16809bdfea93759bd8c8f70abb071d76f275a2b2..a8e17ebe6f1c2cf8f1991e33a35524d7d1d3fc6b 100644 |
--- a/ppapi/proxy/ppapi_command_buffer_proxy.h |
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.h |
@@ -41,6 +41,7 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer, |
virtual void DestroyTransferBuffer(int32 id) OVERRIDE; |
virtual gpu::Buffer GetTransferBuffer(int32 id) OVERRIDE; |
virtual void SetToken(int32 token) OVERRIDE; |
+ virtual void SetSerial(uint32 serial) OVERRIDE; |
virtual void SetParseError(gpu::error::Error error) OVERRIDE; |
virtual void SetContextLostReason(gpu::error::ContextLostReason reason) |
OVERRIDE; |