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