| Index: media/mojo/interfaces/media_types.mojom
|
| diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
|
| index 3890b2a064a81c87176df6370e40913d5f3d1352..91f1619822b6cb04d880909e87f33edf3e812d70 100644
|
| --- a/media/mojo/interfaces/media_types.mojom
|
| +++ b/media/mojo/interfaces/media_types.mojom
|
| @@ -38,8 +38,6 @@ enum AudioCodec {
|
|
|
| // See media/base/channel_layout.h for descriptions.
|
| // Kept in sync with media::ChannelLayout via static_asserts.
|
| -// TODO(tim): The bindings generators will always prepend the enum name, should
|
| -// mojom therefore allow enum values starting with numbers?
|
| enum ChannelLayout {
|
| k_NONE = 0,
|
| k_UNSUPPORTED = 1,
|
|
|