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

Unified Diff: content/browser/browser_main_loop.h

Issue 2967963002: gpu: Reduce of BrowserGpuChannelHostFactory. (Closed)
Patch Set: tot merge Created 3 years, 5 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/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index f771cf9bf5877a862f06c3caf49f6778a190f893..7b72970f771eff2f6f006c3c50a46858880dc1ff 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -43,6 +43,10 @@ namespace discardable_memory {
class DiscardableSharedMemoryManager;
}
+namespace gpu {
+class GpuChannelEstablishFactory;
+}
+
namespace media {
class AudioManager;
class AudioSystem;
@@ -170,6 +174,8 @@ class CONTENT_EXPORT BrowserMainLoop {
return startup_trace_file_;
}
+ gpu::GpuChannelEstablishFactory* gpu_channel_establish_factory() const;
+
#if defined(OS_ANDROID)
void SynchronouslyFlushStartupTasks();
#endif // OS_ANDROID
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698