| Index: gpu/ipc/client/gpu_channel_host.h
|
| diff --git a/gpu/ipc/client/gpu_channel_host.h b/gpu/ipc/client/gpu_channel_host.h
|
| index fd9cfeace471519e2f1e5a8d9850079cbbaca147..5acf6c79a5fdbcf4d917dd6967b2e9b1336f789e 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.h
|
| +++ b/gpu/ipc/client/gpu_channel_host.h
|
| @@ -54,6 +54,7 @@ class GPU_EXPORT GpuChannelEstablishFactory {
|
| virtual void EstablishGpuChannel(
|
| const GpuChannelEstablishedCallback& callback) = 0;
|
| virtual scoped_refptr<GpuChannelHost> EstablishGpuChannelSync() = 0;
|
| + virtual GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
|
| };
|
|
|
| class GPU_EXPORT GpuChannelHostFactory {
|
|
|