| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 2da5bbc2727f2bb2262f7b6d84ff4d5708be8ed1..1e954a41af3243fcc3b0f4c074bd498377ee72c5 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -99,7 +99,7 @@ class CommandBufferProxyImpl
|
|
|
| // gpu::GpuControl implementation:
|
| gpu::Capabilities GetCapabilities() override;
|
| - int32 CreateImage(ClientBuffer buffer,
|
| + int32 CreateImage(const ClientBuffer* const buffers,
|
| size_t width,
|
| size_t height,
|
| unsigned internalformat) override;
|
|
|