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

Unified Diff: content/renderer/render_thread_impl.h

Issue 120893002: Eliminate video capture thread in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 5dffc8d8b5cea86d0887984f206380fac223d7dc..f6ccc5dd273053f9570dcf30f78f2f985b7f0dd0 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -433,7 +433,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
// Used on multiple threads.
Ami GONE FROM CHROMIUM 2014/01/06 23:37:14 This comment is now a lie.
Alpha Left Google 2014/01/08 00:23:36 Done.
- scoped_refptr<VideoCaptureImplManager> vc_manager_;
+ scoped_ptr<VideoCaptureImplManager> vc_manager_;
#if defined(OS_WIN)
// Initialize COM when using plugins outside the sandbox.

Powered by Google App Engine
This is Rietveld 408576698