Index: mojo/services/media/common/interfaces/media_pipe.mojom |
diff --git a/mojo/services/media/common/interfaces/media_pipe.mojom b/mojo/services/media/common/interfaces/media_pipe.mojom |
index 7efbd2fd7a6851d9df2474c3e99f52d1525f7ab5..eebdfd5b8c31e3f8ecb63fa807e4ac73d7a20288 100644 |
--- a/mojo/services/media/common/interfaces/media_pipe.mojom |
+++ b/mojo/services/media/common/interfaces/media_pipe.mojom |
@@ -76,8 +76,8 @@ interface MediaPipe { |
// An enumeration used to indicate the ultimate fate of packets sent across |
// the pipe using the SendPacket method. |
enum SendResult { |
- CONSUMED, // Media was completely consumed. |
- FLUSHED, // Some or all of the media was flushed before being consumed. |
+ CONSUMED, // Media was completely consumed. |
+ FLUSHED, // Some or all of the media was flushed before being consumed. |
}; |
// Sets the shared buffer in which sent Packet payloads will be located. |