| 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 42e46a61bae3f0f386b87f895f51884aff86e032..7aaa75dd387a04bcec2da8ac4b7dc0d9c59c404e 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| BrowserGpuChannelHostFactory();
|
| ~BrowserGpuChannelHostFactory() override;
|
|
|
| + void InitializeShaderDiskCacheOnIO();
|
| +
|
| void GpuChannelEstablished();
|
| void CreateViewCommandBufferOnIO(
|
| CreateRequest* request,
|
|
|