| Index: content/browser/renderer_host/media/video_capture_controller.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_controller.h b/content/browser/renderer_host/media/video_capture_controller.h
|
| index 634fb169316dadc1adf9aab789e803b493819c11..b5f4a10f9d0e97c50e33c315fc4dc426cd921f77 100644
|
| --- a/content/browser/renderer_host/media/video_capture_controller.h
|
| +++ b/content/browser/renderer_host/media/video_capture_controller.h
|
| @@ -180,8 +180,8 @@ class CONTENT_EXPORT VideoCaptureController : public media::VideoFrameReceiver {
|
| // All clients served by this controller.
|
| ControllerClients controller_clients_;
|
|
|
| - // Takes on only the states 'STARTED' and 'ERROR'. 'ERROR' is an absorbing
|
| - // state which stops the flow of data to clients.
|
| + // Takes on only the states 'STARTING', 'STARTED' and 'ERROR'. 'ERROR' is an
|
| + // absorbing state which stops the flow of data to clients.
|
| VideoCaptureState state_;
|
|
|
| int next_buffer_context_id_ = 0;
|
|
|