Index: mojo/services/media/common/interfaces/timelines.mojom |
diff --git a/mojo/services/media/common/interfaces/timelines.mojom b/mojo/services/media/common/interfaces/timelines.mojom |
index edee74d11bee92a5abb99457c870d2849b74dbd7..39e4aef395670437e49838c629c84bc3ab9bdc8c 100644 |
--- a/mojo/services/media/common/interfaces/timelines.mojom |
+++ b/mojo/services/media/common/interfaces/timelines.mojom |
@@ -7,6 +7,9 @@ module mojo; |
// TODO(dalesat): Move out of media to somewhere more generic. |
+// Used as a placefolder for unspecified time values. |
+const int64 kUnspecifiedTime = 0x7fffffffffffffff; |
+ |
// Represents the relationship between and subject timeline and a reference |
// timeline. |
// |
@@ -37,8 +40,6 @@ struct TimelineTransform { |
// A push-mode consumer of timeline updates. |
interface TimelineConsumer { |
- const int64 kUnspecifiedTime = 0x7fffffffffffffff; |
- |
// Sets the timeline transform at the indicated effective time. Exactly one |
// of the effective_*_time values must be kUnspecifiedTime. |
// effective_subject_time can only be specified if the current subject_delta |