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

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

Issue 7001017: add MediaCaptureSessionId (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update gyp Created 9 years, 7 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
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/video_capture_types.h
===================================================================
--- media/video/capture/video_capture_types.h (revision 84887)
+++ media/video/capture/video_capture_types.h (working copy)
@@ -5,18 +5,16 @@
#ifndef MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_
#define MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_
+#include "media/base/media_stream_types.h"
+
namespace media {
-// TODO(wjia): this type should be defined in a common place and
-// shared with device manager.
-typedef int VideoCaptureSessionId;
-
// Parameters for starting video capture and device information.
struct VideoCaptureParams {
int width;
int height;
int frame_per_second;
- VideoCaptureSessionId session_id;
+ MediaCaptureSessionId session_id;
};
} // namespace media
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698