Index: mojo/services/media/common/interfaces/media_clock.mojom |
diff --git a/mojo/services/media/common/interfaces/media_clock.mojom b/mojo/services/media/common/interfaces/media_clock.mojom |
index 8fdb1046fe1a551954824326c5ec75376fb14538..f020f59b4c46f67de3d6e22093f58fc0604b0032 100644 |
--- a/mojo/services/media/common/interfaces/media_clock.mojom |
+++ b/mojo/services/media/common/interfaces/media_clock.mojom |
@@ -24,9 +24,11 @@ enum ClockDisposition { |
PREFER_MASTER, |
// Component must be master and cannot slave to a master clock. |
- MASTER |
+ MASTER, |
}; |
interface Clock { |
+ |
+ |
jamesr
2016/03/09 19:18:08
this is weird - why did it add two blank lines to
azani
2016/03/15 22:18:48
Done.
|
// TODO(dalesat): Define this. |
}; |