| 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..d68911c069bcf8fdb076103617fa714be29e217d 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -62,6 +62,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| CreateCommandBufferResult result);
|
| static void AddFilterOnIO(int gpu_host_id,
|
| scoped_refptr<IPC::MessageFilter> filter);
|
| + static void InitializeShaderDiskCacheOnIO(int gpu_client_id,
|
| + const base::FilePath& cache_dir);
|
|
|
| const int gpu_client_id_;
|
| const uint64_t gpu_client_tracing_id_;
|
|
|