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

Unified Diff: content/common/video_capture.mojom

Issue 2419793003: media: Use native video enum types in media mojo interfaces (Closed)
Patch Set: media: Use native video enum types in media mojo interfaces Created 4 years, 2 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: content/common/video_capture.mojom
diff --git a/content/common/video_capture.mojom b/content/common/video_capture.mojom
index 6848ff6f25b044b7ccfc9dfd4bdbeec3a03869b7..672b720fbdc95dafb6da75bc2dc1994601cb630b 100644
--- a/content/common/video_capture.mojom
+++ b/content/common/video_capture.mojom
@@ -20,7 +20,7 @@ struct VideoCaptureParams {
struct VideoFrameInfo{
mojo.common.mojom.TimeDelta timestamp;
mojo.common.mojom.DictionaryValue metadata;
- media.mojom.VideoFormat pixel_format;
+ media.mojom.VideoPixelFormat pixel_format;
video_capture.mojom.VideoPixelStorage storage_type;
gfx.mojom.Size coded_size;
gfx.mojom.Rect visible_rect;
« no previous file with comments | « content/browser/renderer_host/media/video_capture_host.cc ('k') | content/renderer/media/video_capture_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698