Index: content/browser/renderer_host/media/video_capture_controller.cc |
=================================================================== |
--- content/browser/renderer_host/media/video_capture_controller.cc (revision 89207) |
+++ content/browser/renderer_host/media/video_capture_controller.cc (working copy) |
@@ -154,6 +154,7 @@ |
void VideoCaptureController::OnError() { |
event_handler_->OnError(id_); |
+ media_stream::VideoCaptureManager::Get()->Error(params_.session_id); |
} |
void VideoCaptureController::OnFrameInfo( |