Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index df2fd54576521d13adc53814647c3c37c1b8968d..f42d9204ef210dbf88dd610d8cd2467f10ac6614 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -153,10 +153,10 @@ class GpuChannel : public IPC::Listener, public IPC::Sender, |
uint64 GetMemoryUsage(); |
- scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer( |
- const gfx::GpuMemoryBufferHandle& handle, |
+ scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffers( |
+ const std::vector<gfx::GpuMemoryBufferHandle>& handles, |
const gfx::Size& size, |
- gfx::GpuMemoryBuffer::Format format, |
+ const std::vector<gfx::GpuMemoryBuffer::Format>& formats, |
uint32 internalformat); |
bool allow_future_sync_points() const { return allow_future_sync_points_; } |