Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 7e88438959d7a932582153afeb7f464d93a8493b..cde83df1fdc0abae0e900defc7fc6a684fe21ef9 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -164,7 +164,7 @@ class GpuChannel : public IPC::Listener, |
scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer( |
const gfx::GpuMemoryBufferHandle& handle, |
const gfx::Size& size, |
- gfx::GpuMemoryBuffer::Format format, |
+ gfx::BufferFormat format, |
uint32 internalformat); |
bool allow_future_sync_points() const { return allow_future_sync_points_; } |