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

Unified Diff: content/public/app/content_main_delegate.h

Issue 1646853002: Add embedder api for participating in gpu logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash in tests Created 4 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/public/app/DEPS ('k') | content/public/app/content_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/content_main_delegate.h
diff --git a/content/public/app/content_main_delegate.h b/content/public/app/content_main_delegate.h
index 6bd725d0f5ce7481203e959707c7d0555af0951b..7fecaea2b480ff63fd4c940b4fdb95cf9e938363 100644
--- a/content/public/app/content_main_delegate.h
+++ b/content/public/app/content_main_delegate.h
@@ -16,6 +16,7 @@ class ScopedVector;
namespace content {
class ContentBrowserClient;
+class ContentGpuClient;
class ContentPluginClient;
class ContentRendererClient;
class ContentUtilityClient;
@@ -88,6 +89,7 @@ class CONTENT_EXPORT ContentMainDelegate {
// content. If an embedder wants the default (empty) implementation, don't
// override this.
virtual ContentBrowserClient* CreateContentBrowserClient();
+ virtual ContentGpuClient* CreateContentGpuClient();
virtual ContentPluginClient* CreateContentPluginClient();
virtual ContentRendererClient* CreateContentRendererClient();
virtual ContentUtilityClient* CreateContentUtilityClient();
« no previous file with comments | « content/public/app/DEPS ('k') | content/public/app/content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698