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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 4 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 | « content/common/image_downloader/image_downloader.mojom ('k') | media/mojo/interfaces/renderer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index b06b73bcd086427dbdb898cc4ec690d994ccca53..bef1de32d219e51000c620392157074bb1c886e6 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -227,9 +227,9 @@ struct VideoDecoderConfig {
VideoCodecProfile profile;
VideoFormat format;
ColorSpace color_space;
- mojo.Size coded_size;
- mojo.Rect visible_rect;
- mojo.Size natural_size;
+ gfx.mojom.Size coded_size;
+ gfx.mojom.Rect visible_rect;
+ gfx.mojom.Size natural_size;
array<uint8>? extra_data;
EncryptionScheme encryption_scheme;
};
@@ -309,13 +309,13 @@ struct VideoFrame {
VideoFormat format;
// Width and height of the video frame, in pixels.
- mojo.Size coded_size;
+ gfx.mojom.Size coded_size;
// Visible size of the frame.
- mojo.Rect visible_rect;
+ gfx.mojom.Rect visible_rect;
// Natural size of the frame.
- mojo.Size natural_size;
+ gfx.mojom.Size natural_size;
// True if end of stream.
bool end_of_stream;
« no previous file with comments | « content/common/image_downloader/image_downloader.mojom ('k') | media/mojo/interfaces/renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698