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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! Created 5 years, 1 month 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/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 068348776c98b8ca5a126652b6d4b7ab29e14bee..abd0289aa346ca7bd6fd22de453ffd4ff60780cf 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -116,6 +116,7 @@ class WebGraphicsContext3DCommandBufferImpl;
class WebRTCIdentityService;
#if defined(OS_ANDROID)
+class StreamTextureFactory;
class SynchronousCompositorFilter;
#endif
@@ -288,6 +289,8 @@ class CONTENT_EXPORT RenderThreadImpl
SynchronousCompositorFilter* sync_compositor_message_filter() {
return sync_compositor_message_filter_.get();
}
+
+ scoped_refptr<StreamTextureFactory> GetStreamTexureFactory();
#endif
// Creates the embedder implementation of WebMediaStreamCenter.
@@ -612,12 +615,12 @@ class CONTENT_EXPORT RenderThreadImpl
#if defined(OS_ANDROID)
scoped_refptr<SynchronousCompositorFilter> sync_compositor_message_filter_;
+ scoped_refptr<StreamTextureFactory> stream_texture_factory_;
#endif
scoped_refptr<BluetoothMessageFilter> bluetooth_message_filter_;
- scoped_refptr<cc_blink::ContextProviderWebContext>
- shared_main_thread_contexts_;
+ scoped_refptr<ContextProviderCommandBuffer> shared_main_thread_contexts_;
base::ObserverList<RenderProcessObserver> observers_;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698