| Index: media/mojo/interfaces/media_types.mojom
|
| diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
|
| index bd61064c2296024b46bda0459180df07327343df..88feb20527d3c2ddcc89ba6c6666ea30236b4778 100644
|
| --- a/media/mojo/interfaces/media_types.mojom
|
| +++ b/media/mojo/interfaces/media_types.mojom
|
| @@ -240,12 +240,9 @@ struct VideoDecoderConfig {
|
| EncryptionScheme encryption_scheme;
|
| };
|
|
|
| -// This defines a mojo transport format for media::SubsampleEntry.
|
| -// See media/base/decrypt_config.h for descriptions.
|
| -struct SubsampleEntry {
|
| - uint32 clear_bytes;
|
| - uint32 cypher_bytes;
|
| -};
|
| +// Native struct media::SubsampleEntry;
|
| +[Native]
|
| +struct SubsampleEntry;
|
|
|
| // This defines a mojo transport format for media::DecryptConfig.
|
| // See media/base/decrypt_config.h for descriptions.
|
|
|