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..8349bf19b806d25b7a23eda6ae09cbb499c2e29a 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(const ClientBuffer* const buffers, |
size_t width, |
size_t height, |
unsigned internalformat) override; |