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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 2731833002: content: Add public context creation API. (Closed)
Patch Set: 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
Index: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index 1bd183949eed4152b5183ce0e7064af6876df0da..ad9d49fd3f512ede8b534252888a0bc91a7f4e5f 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -354,6 +354,10 @@ void Compositor::Initialize() {
g_initialized = true;
}
+gpu::GpuChannelEstablishFactory* Compositor::GetGpuChannelEstablishFactory() {
klausw 2017/03/05 01:49:54 Add // static comment
Khushal 2017/03/05 01:59:53 Done.
+ return BrowserGpuChannelFactoryHost::instance();
+}
+
// static
cc::SurfaceManager* CompositorImpl::GetSurfaceManager() {
return &g_compositor_dependencies.Get().surface_manager;
« no previous file with comments | « no previous file | content/public/browser/android/compositor.h » ('j') | content/public/browser/android/compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698