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 4409c6412fcc149d145400438a17af3a10fc14a3..18fee541f6e239b6de89d222091e34c83e93351c 100644 |
--- a/ppapi/proxy/ppapi_command_buffer_proxy.h |
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.h |
@@ -48,7 +48,7 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer, |
// gpu::GpuControl implementation: |
virtual gpu::Capabilities GetCapabilities() override; |
- virtual int32 CreateImage(ClientBuffer buffer, |
+ virtual int32 CreateImage(ClientBuffer* const buffers, |
size_t width, |
size_t height, |
unsigned internalformat) override; |