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..e94db4268f2cc98eee5f99b131705efe15095551 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, |
+ unsigned 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 |