Index: content/renderer/media/webrtc/video_destination_handler.cc |
diff --git a/content/renderer/media/webrtc/video_destination_handler.cc b/content/renderer/media/webrtc/video_destination_handler.cc |
index 84594bbaff5164041f6820d57b7ae480ffdfe60c..1838119335072345f47133595e165a5cbe8518da 100644 |
--- a/content/renderer/media/webrtc/video_destination_handler.cc |
+++ b/content/renderer/media/webrtc/video_destination_handler.cc |
@@ -99,7 +99,7 @@ void PpFrameWriter::StartSourceImpl( |
DCHECK(!delegate_); |
DVLOG(3) << "PpFrameWriter::StartSourceImpl()"; |
delegate_ = new FrameWriterDelegate(io_message_loop(), frame_callback); |
- OnStartDone(true); |
+ OnStartDone(MEDIA_DEVICE_OK); |
} |
void PpFrameWriter::StopSourceImpl() { |