Index: content/renderer/media/media_stream_video_source.h |
diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h |
index 496bb8549392829968143022bf043885dc792049..52771c724c5d9147f243420f91d287e2f521ade7 100644 |
--- a/content/renderer/media/media_stream_video_source.h |
+++ b/content/renderer/media/media_stream_video_source.h |
@@ -63,7 +63,7 @@ class CONTENT_EXPORT MediaStreamVideoSource |
static bool IsConstraintSupported(const std::string& name); |
// Returns the MessageLoopProxy where video frames will be delivered on. |
- const scoped_refptr<base::MessageLoopProxy>& io_message_loop() const; |
+ base::SingleThreadTaskRunner* io_task_runner() const; |
// Constraint keys used by a video source. |
// Specified by draft-alvestrand-constraints-resolution-00b |