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 c2f6f179366a25d8b0b8c4875dd80b4ff8088778..8072128bef682f886b84d0baa6c2edafda2bfb1c 100644 |
--- a/content/renderer/media/media_stream_video_source.h |
+++ b/content/renderer/media/media_stream_video_source.h |
@@ -111,7 +111,7 @@ class CONTENT_EXPORT MediaStreamVideoSource |
virtual void StartSourceImpl( |
const media::VideoCaptureParams& params, |
const VideoCaptureDeliverFrameCB& frame_callback) = 0; |
- void OnStartDone(bool success); |
+ void OnStartDone(MediaStreamRequestResult result); |
// An implementation must immediately stop capture video frames and must not |
// call OnSupportedFormats after this method has been called. After this |