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

Unified Diff: mojo/services/media/control/interfaces/media_factory.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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
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 b2f2f37d7fd5f3528651881919a9ea78db9e738c..8863f2ee4b61e7874c418d4d65982d5f9181c6d2 100644
--- a/mojo/services/media/control/interfaces/media_factory.mojom
+++ b/mojo/services/media/control/interfaces/media_factory.mojom
@@ -23,10 +23,9 @@ 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
« no previous file with comments | « mojo/services/media/common/interfaces/rate_control.mojom ('k') | mojo/services/media/control/interfaces/media_player.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698