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 19f000eaa551c868cfc89403ef465b5d5cf61145..cbf8c826460d4db933f61945d3b310e338ab2d10 100644 |
--- a/content/renderer/media/media_stream_video_source.h |
+++ b/content/renderer/media/media_stream_video_source.h |
@@ -112,7 +112,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 |