diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/video/capture/video_capture.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media/video/capture/video_capture.h b/media/video/capture/video_capture.h index 62d5d37..0af1abf 100644 --- a/media/video/capture/video_capture.h +++ b/media/video/capture/video_capture.h @@ -18,17 +18,6 @@ namespace media { class MEDIA_EXPORT VideoCapture { public: - // Current status of the video capture device in the browser process. Browser - // process sends information about the current capture state and error to the - // renderer process using this type. - enum State { - kStarted, - kPaused, - kStopped, - kStopping, - kError, - }; - // TODO(wjia): consider merging with media::VideoFrame if possible. class VideoFrameBuffer : public base::RefCountedThreadSafe<VideoFrameBuffer> { public: |