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 4bc0b413153b8fd35230c09e390528a3045dc9fa..1fd49184f74bb3c9e7bc725ccb62d9682439515d 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.h |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.h |
@@ -32,6 +32,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory |
int32 surface_id, |
const GPUCreateCommandBufferConfig& init_params, |
int32 route_id) override; |
+ virtual void WaitForPendingGpuMemoryBufferUsageToComplete( |
+ const base::Closure& callback) 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 |