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

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

Issue 2555693005: gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)
Patch Set: tot merge Created 4 years 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 816bcbbfd08a467aa37dc20db630a83b4db86942..f337a9be02b9a004521ec1de9f5edaca95fefb1f 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -42,6 +42,7 @@ struct ChannelHandle;
namespace gpu {
struct GpuPreferences;
+class ShaderDiskCache;
struct SyncToken;
}
@@ -52,7 +53,6 @@ class InterfaceProvider;
namespace content {
class BrowserChildProcessHostImpl;
class InProcessChildThreadParams;
-class ShaderDiskCache;
typedef base::Thread* (*GpuMainThreadFactoryFunction)(
const InProcessChildThreadParams&, const gpu::GpuPreferences&);
@@ -282,7 +282,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
// automatic execution of 3D content from those domains.
std::multiset<GURL> urls_with_live_offscreen_contexts_;
- typedef std::map<int32_t, scoped_refptr<ShaderDiskCache>>
+ typedef std::map<int32_t, scoped_refptr<gpu::ShaderDiskCache>>
ClientIdToShaderCacheMap;
ClientIdToShaderCacheMap client_id_to_shader_cache_;
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698