| 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 5646ccaaae21cefc0846a9478bd47fbfb87c6180..39bc76bc316e6856991ce2970e5d47354384dc51 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 @@
|
| int32 CreateImage(ClientBuffer buffer,
|
| size_t width,
|
| size_t height,
|
| - unsigned internal_format) override;
|
| + unsigned internalformat) override;
|
| void DestroyImage(int32 id) override;
|
| int32 CreateGpuMemoryBufferImage(size_t width,
|
| size_t height,
|
| - unsigned internal_format,
|
| + unsigned internalformat,
|
| unsigned usage) override;
|
| uint32 InsertSyncPoint() override;
|
| uint32_t InsertFutureSyncPoint() override;
|
|
|