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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.cc

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/android/in_process/synchronous_compositor_factory_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index ec0c3f05229e37a026b777b7c6ac3b4f3cd36e9e..2538ee3150e4cf551d161242479c621e4d2be140 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -99,6 +99,10 @@ class SynchronousCompositorFactoryImpl::VideoContextProvider
return gl_in_process_context_->GetSurfaceTexture(stream_id);
}
+ uint32 CreateStreamTexture(uint32 texture_id) {
no sievers 2015/10/27 16:58:56 nit: override
sivag 2015/11/05 09:42:50 Done.
+ return gl_in_process_context_->CreateStreamTexture(texture_id);
+ }
+
gpu::gles2::GLES2Interface* ContextGL() override {
return context_provider_->ContextGL();
}

Powered by Google App Engine
This is Rietveld 408576698