| Index: mojo/services/media/core/interfaces/media_renderer.mojom
|
| diff --git a/mojo/services/media/core/interfaces/media_renderer.mojom b/mojo/services/media/core/interfaces/media_renderer.mojom
|
| index eeac7498d9a940090bf9a611bdce0163d6ddb33c..35be9e4949e8eb36664aaabc02364df9d839e97e 100644
|
| --- a/mojo/services/media/core/interfaces/media_renderer.mojom
|
| +++ b/mojo/services/media/core/interfaces/media_renderer.mojom
|
| @@ -17,8 +17,8 @@ interface MediaRenderer {
|
| // Sets the media type of the stream to be delivered.
|
| SetMediaType(MediaType media_type);
|
|
|
| - // Gets the consumer for the stream to be delivered.
|
| - GetConsumer(MediaConsumer& consumer);
|
| + // Gets the packet consumer for the stream to be delivered.
|
| + GetPacketConsumer(MediaPacketConsumer& packet_consumer);
|
|
|
| // Requests the timeline control point for this output.
|
| GetTimelineControlPoint(MediaTimelineControlPoint& timeline_control_point);
|
|
|