| Index: mojo/services/media/common/interfaces/media_transport.mojom
|
| diff --git a/mojo/services/media/common/interfaces/media_transport.mojom b/mojo/services/media/common/interfaces/media_transport.mojom
|
| index 3847cb67f18f945aa9705f344644afd7559483ce..e0df83cf3605b754a4a2ad92e3370dce425a0a91 100644
|
| --- a/mojo/services/media/common/interfaces/media_transport.mojom
|
| +++ b/mojo/services/media/common/interfaces/media_transport.mojom
|
| @@ -65,4 +65,8 @@ interface MediaConsumer {
|
| // Pushes a packet to the consumer. The callback signals that the consumer
|
| // is done with the packet buffer region.
|
| PushPacket(MediaPacket packet) => ();
|
| +
|
| + // Flushes the stream. The callback signals that the flush operation is
|
| + // complete.
|
| + Flush() => ();
|
| };
|
|
|