| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 8fb3ad9f6281a5f4d88c09c177d230ddc6ae3c93..ee3c441b227647d3760ebe0f68354c542af5c295 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -426,8 +426,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
|
| // Dispatches all P2P sockets.
|
| scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
|
|
|
| - // Used on multiple threads.
|
| - scoped_refptr<VideoCaptureImplManager> vc_manager_;
|
| + // Used on the render thread.
|
| + scoped_ptr<VideoCaptureImplManager> vc_manager_;
|
|
|
| // The count of RenderWidgets running through this thread.
|
| int widget_count_;
|
|
|