Index: mojo/services/media/common/interfaces/rate_control.mojom |
diff --git a/mojo/services/media/common/interfaces/rate_control.mojom b/mojo/services/media/common/interfaces/rate_control.mojom |
index 849257e2b465aca2ac8c43309f3c6a9802f9b599..da272a2c167b0ea9a0b515065781d7211020574e 100644 |
--- a/mojo/services/media/common/interfaces/rate_control.mojom |
+++ b/mojo/services/media/common/interfaces/rate_control.mojom |
@@ -2,9 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+[DartPackage="mojo_services"] |
module mojo.media; |
// TimelineQuad |
+// TODO(dalesat): Rename reference -> presentation. |
+// TODO(dalesat): Rename target -> reference. |
// |
// A structure which holds the four numbers needed to define a linear |
// relationship between the points in two different timelines. The relationship |
@@ -38,6 +41,8 @@ struct TimelineQuad { |
}; |
// TimelineTransform |
+// TODO(dalesat): Rename reference -> presentation. |
+// TODO(dalesat): Rename target -> reference. |
// |
// A structure which holds both a timeline quad, and a pair of identifiers which |
// define the specific timelines which are the reference and target timelines. |