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

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

Issue 2675163002: Add gpu_main_thread_factory.h to expose less of content's guts. (Closed)
Patch Set: Getter does not need exporting Created 3 years, 10 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 | « content/browser/gpu/gpu_main_thread_factory.cc ('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 1ed58728583cdaacaeb41efcc657d7b53a124a0b..6226e0535d30adb414e3185df3fa6cb6e7f07205 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -56,10 +56,6 @@ class InterfaceProvider;
namespace content {
class BrowserChildProcessHostImpl;
-class InProcessChildThreadParams;
-
-typedef base::Thread* (*GpuMainThreadFactoryFunction)(
- const InProcessChildThreadParams&, const gpu::GpuPreferences&);
class GpuProcessHost : public BrowserChildProcessHostDelegate,
public IPC::Sender,
@@ -111,9 +107,6 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
bool force_create,
IPC::Message* message);
- CONTENT_EXPORT static void RegisterGpuMainThreadFactory(
- GpuMainThreadFactoryFunction create);
-
service_manager::InterfaceProvider* GetRemoteInterfaces();
// Get the GPU process host for the GPU process with the given ID. Returns
« no previous file with comments | « content/browser/gpu/gpu_main_thread_factory.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698