| 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 39bc76bc316e6856991ce2970e5d47354384dc51..5646ccaaae21cefc0846a9478bd47fbfb87c6180 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -106,11 +106,11 @@ class CommandBufferProxyImpl
|
| int32 CreateImage(ClientBuffer buffer,
|
| size_t width,
|
| size_t height,
|
| - unsigned internalformat) override;
|
| + unsigned internal_format) override;
|
| void DestroyImage(int32 id) override;
|
| int32 CreateGpuMemoryBufferImage(size_t width,
|
| size_t height,
|
| - unsigned internalformat,
|
| + unsigned internal_format,
|
| unsigned usage) override;
|
| uint32 InsertSyncPoint() override;
|
| uint32_t InsertFutureSyncPoint() override;
|
|
|