Index: ppapi/proxy/ppapi_command_buffer_proxy.cc |
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.cc b/ppapi/proxy/ppapi_command_buffer_proxy.cc |
index 644e79e4311f515572d05b15c3334a9084659b7d..de0a96a5688724ff0ee9cddb6e434217ec0c989e 100644 |
--- a/ppapi/proxy/ppapi_command_buffer_proxy.cc |
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.cc |
@@ -205,7 +205,7 @@ gpu::Capabilities PpapiCommandBufferProxy::GetCapabilities() { |
return capabilities_; |
} |
-int32 PpapiCommandBufferProxy::CreateImage(ClientBuffer buffer, |
+int32 PpapiCommandBufferProxy::CreateImage(ClientBuffer* const buffers, |
size_t width, |
size_t height, |
unsigned internalformat) { |