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

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

Issue 2781293003: gpu: Have GpuService create and own GpuMemoryBufferFactory. (Closed)
Patch Set: tot merge. Created 3 years, 9 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
« no previous file with comments | « no previous file | 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_main_thread_factory.h
diff --git a/content/browser/gpu/gpu_main_thread_factory.h b/content/browser/gpu/gpu_main_thread_factory.h
index d1fba87d78cd5748793b4bc2fe86761e33e1dee9..57ed8bfa4ccad8e015a6348253800ae74f763037 100644
--- a/content/browser/gpu/gpu_main_thread_factory.h
+++ b/content/browser/gpu/gpu_main_thread_factory.h
@@ -11,16 +11,11 @@ namespace base {
class Thread;
}
-namespace gpu {
-struct GpuPreferences;
-}
-
namespace content {
class InProcessChildThreadParams;
typedef base::Thread* (*GpuMainThreadFactoryFunction)(
- const InProcessChildThreadParams&,
- const gpu::GpuPreferences&);
+ const InProcessChildThreadParams&);
CONTENT_EXPORT void RegisterGpuMainThreadFactory(
GpuMainThreadFactoryFunction create);
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698