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

Unified Diff: mojo/services/media/common/interfaces/timelines.mojom

Issue 1986303002: Motown: Use new TimelineTransform and related definitions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes per feedback. Created 4 years, 7 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/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
« 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