Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: content/browser/gpu/browser_gpu_channel_host_factory.h

Issue 1274763003: Initialize GPU shader disk cache on brower thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming directory method and use PostTask init Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698