| 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 64d7c495b7e253ab5c503a64800e5b344f620371..c01f04eab3469dddc0a197c228644e671ae827fd 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -49,6 +49,7 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| void EstablishGpuChannel(
|
| const gpu::GpuChannelEstablishedCallback& callback) override;
|
| scoped_refptr<gpu::GpuChannelHost> EstablishGpuChannelSync() override;
|
| + gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() override;
|
|
|
| private:
|
| struct CreateRequest;
|
|
|