Chromium Code Reviews| 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, |
|
reveman
2015/03/12 19:37:22
Why const pointers in same case but not others?
emircan
2015/03/12 22:34:26
Sorry, I couldn't understand what you mean here.
|
| size_t width, |
| size_t height, |
| unsigned internalformat) override; |