| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index ed9d5657dfa9ec463eabfdeeafbdcf9eafc33d8f..f5720b78f4582de1b905b974aea92be6a918f2a0 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -209,7 +209,7 @@ class GpuCommandBufferStub
|
| void OnCreateImage(int32 id,
|
| gfx::GpuMemoryBufferHandle handle,
|
| gfx::Size size,
|
| - gfx::GpuMemoryBuffer::Format format,
|
| + gfx::BufferFormat format,
|
| uint32 internalformat);
|
| void OnDestroyImage(int32 id);
|
|
|
|
|