| Index: content/common/media/video_capture.h
|
| diff --git a/content/common/media/video_capture.h b/content/common/media/video_capture.h
|
| index 298d575a8c56dba3bd800ba6f9417d725f177780..3605bafe54e6ef36f6f7e75903232c2084c4d9ba 100644
|
| --- a/content/common/media/video_capture.h
|
| +++ b/content/common/media/video_capture.h
|
| @@ -23,6 +23,7 @@ using VideoCaptureDeliverFrameCB =
|
| // browser process and renderer process. Browser process sends information about
|
| // the current capture state and error to the renderer process using this type.
|
| enum VideoCaptureState {
|
| + VIDEO_CAPTURE_STATE_STARTING,
|
| VIDEO_CAPTURE_STATE_STARTED,
|
| VIDEO_CAPTURE_STATE_PAUSED,
|
| VIDEO_CAPTURE_STATE_RESUMED,
|
|
|