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..a61cf5c445592ad5ab190ece5407a803f37c5cf8 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -154,9 +154,9 @@ class GpuChannel : public IPC::Listener, public IPC::Sender, |
uint64 GetMemoryUsage(); |
scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer( |
- const gfx::GpuMemoryBufferHandle& handle, |
+ 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_; } |