Index: content/browser/gpu/browser_gpu_channel_host_factory.h |
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h |
index 0dc71a82a9e4d1cce41bd2465551047b30f68d3e..f18b0ec32862f9b020b6eea61ce37e5b49401d40 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.h |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.h |
@@ -42,7 +42,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory |
virtual scoped_ptr<gfx::GpuMemoryBuffer> AllocateGpuMemoryBuffer( |
size_t width, |
size_t height, |
- unsigned internalformat) OVERRIDE; |
+ unsigned internalformat, |
+ gfx::GpuMemoryBuffer::Usage usage) OVERRIDE; |
// Specify a task runner and callback to be used for a set of messages. The |
// callback will be set up on the current GpuProcessHost, identified by |