summaryrefslogtreecommitdiff
path: root/chromium/media/mojo/mojom/media_types.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/mojo/mojom/media_types.mojom')
-rw-r--r--chromium/media/mojo/mojom/media_types.mojom6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/media/mojo/mojom/media_types.mojom b/chromium/media/mojo/mojom/media_types.mojom
index 82d38b23ae2..e54857cddec 100644
--- a/chromium/media/mojo/mojom/media_types.mojom
+++ b/chromium/media/mojo/mojom/media_types.mojom
@@ -12,7 +12,7 @@ import "mojo/public/mojom/base/unguessable_token.mojom";
import "ui/gfx/geometry/mojom/geometry.mojom";
import "ui/gfx/mojom/buffer_types.mojom";
import "ui/gfx/mojom/color_space.mojom";
-import "ui/gl/mojom/hdr_metadata.mojom";
+import "ui/gfx/mojom/hdr_metadata.mojom";
// See media/base/audio_codecs.h for descriptions.
[Native]
@@ -163,7 +163,7 @@ struct VideoDecoderConfig {
array<uint8> extra_data;
EncryptionScheme encryption_scheme;
VideoColorSpace color_space_info;
- gl.mojom.HDRMetadata? hdr_metadata;
+ gfx.mojom.HDRMetadata? hdr_metadata;
};
// Native struct media::SubsampleEntry;
@@ -347,7 +347,7 @@ struct VideoFrame {
VideoFrameMetadata metadata;
gfx.mojom.ColorSpace color_space;
- gl.mojom.HDRMetadata? hdr_metadata;
+ gfx.mojom.HDRMetadata? hdr_metadata;
};
// Possible choices for storing VideoFrame data.