Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: media/video/capture/video_capture.h

Issue 10108009: Move VideoCapture::VideoCaptureCapability to video_capture_types.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix content_unittests build failure Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
« no previous file with comments | « content/renderer/pepper/pepper_platform_video_capture_impl.cc ('k') | media/video/capture/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698