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

Unified Diff: trunk/src/content/renderer/render_thread_impl.h

Issue 135683002: Revert 244074 "Eliminate video capture thread in renderer" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/content/renderer/render_thread_impl.h
===================================================================
--- trunk/src/content/renderer/render_thread_impl.h (revision 244357)
+++ trunk/src/content/renderer/render_thread_impl.h (working copy)
@@ -431,8 +431,8 @@
// Dispatches all P2P sockets.
scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
- // Used on the render thread.
- scoped_ptr<VideoCaptureImplManager> vc_manager_;
+ // Used on multiple threads.
+ scoped_refptr<VideoCaptureImplManager> vc_manager_;
// The count of RenderWidgets running through this thread.
int widget_count_;
« no previous file with comments | « trunk/src/content/renderer/pepper/pepper_platform_video_capture.cc ('k') | trunk/src/content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698