Index: mojo/services/media/control/interfaces/media_factory.mojom |
diff --git a/mojo/services/media/control/interfaces/media_factory.mojom b/mojo/services/media/control/interfaces/media_factory.mojom |
index 826ce0708681c86f32295bcdb99cec2324cc6c5d..6b2a9e9d0ff61920f70beca1ea82cfda247dbd2c 100644 |
--- a/mojo/services/media/control/interfaces/media_factory.mojom |
+++ b/mojo/services/media/control/interfaces/media_factory.mojom |
@@ -22,10 +22,7 @@ interface MediaFactory { |
// one of the allowed types. If a stream cannot be converted to one of the |
// allowed types, its media type will have the scheme NONE, and the stream |
// will not be usable. |
- CreateSource( |
- string origin_url, |
- array<MediaTypeSet>? allowed_media_types, |
- MediaSource& source); |
+ CreateSource(string origin_url, array<MediaTypeSet>? allowed_media_types, MediaSource& source); |
// Creates a sink. Conversions are added to the pipeline as appropriate to |
// convert the indicated media type to a type compatible with the |