| 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 c9e215c7af0faf9b09bf7c4e29128ba84893a98d..584862d99436a1b9baad7baf58b097239443428a 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -205,9 +205,9 @@ class GpuCommandBufferStub
|
| void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback);
|
|
|
| void OnCreateImage(int32 id,
|
| - gfx::GpuMemoryBufferHandle handle,
|
| + std::vector<gfx::GpuMemoryBufferHandle> handles,
|
| gfx::Size size,
|
| - gfx::GpuMemoryBuffer::Format format,
|
| + std::vector<gfx::GpuMemoryBuffer::Format> formats,
|
| uint32 internalformat);
|
| void OnDestroyImage(int32 id);
|
|
|
|
|