Index: media/video/capture/video_capture.h |
diff --git a/media/video/capture/video_capture.h b/media/video/capture/video_capture.h |
index 0af1abfecb42a8fa5403541e47fa8955de470826..aeffbb1e1b17f86320aae715e2f355c6875e16c5 100644 |
--- a/media/video/capture/video_capture.h |
+++ b/media/video/capture/video_capture.h |
@@ -70,17 +70,6 @@ class MEDIA_EXPORT VideoCapture { |
const VideoCaptureParams& device_info) = 0; |
}; |
- // TODO(wjia): merge with similar struct in browser process and move it to |
- // video_capture_types.h. |
- struct VideoCaptureCapability { |
- int width; // desired width. |
- int height; // desired height. |
- int max_fps; // desired maximum frame rate. |
- int expected_capture_delay; // expected delay in millisecond. |
- media::VideoFrame::Format raw_type; // desired video type. |
- bool interlaced; // need interlace format. |
- }; |
- |
VideoCapture() {} |
virtual ~VideoCapture() {} |