Index: services/media/framework_mojo/mojo_pull_mode_producer.h |
diff --git a/services/media/framework_mojo/mojo_pull_mode_producer.h b/services/media/framework_mojo/mojo_pull_mode_producer.h |
index 5ecf80e919f4e7a6315042df8dd7b5d3cc87678e..8ba6fc6f47f13636f7f6cc95f396f8195329dfd3 100644 |
--- a/services/media/framework_mojo/mojo_pull_mode_producer.h |
+++ b/services/media/framework_mojo/mojo_pull_mode_producer.h |
@@ -78,7 +78,7 @@ class MojoPullModeProducer : |
// THE FIELDS BELOW SHOULD ONLY BE ACCESSED WITH lock_ TAKEN. |
MediaState state_; |
Demand demand_; |
- int64_t presentation_time_; |
+ int64_t pts_; |
// pending_pulls_ contains the callbacks for the pull requests that have yet |
// to be satisfied. unreleased_packets_ contains the packets that have been |