Index: media/mojo/interfaces/video_decoder.mojom |
diff --git a/media/mojo/interfaces/video_decoder.mojom b/media/mojo/interfaces/video_decoder.mojom |
index 36ae91fd26430098d7d4567019679efd14d5d35e..3b1430d121916520d1ca826105597c1e9464dcdd 100644 |
--- a/media/mojo/interfaces/video_decoder.mojom |
+++ b/media/mojo/interfaces/video_decoder.mojom |
@@ -5,6 +5,7 @@ |
module media.mojom; |
import "gpu/ipc/common/sync_token.mojom"; |
+import "media/mojo/interfaces/media_log.mojom"; |
import "media/mojo/interfaces/media_types.mojom"; |
import "mojo/common/unguessable_token.mojom"; |
@@ -28,6 +29,7 @@ interface VideoDecoder { |
// TODO(sandersd): Rename to Initialize() if/when |
// media::VideoDecoder::Initialize() is renamed to Configure(). |
Construct(associated VideoDecoderClient client, |
+ associated MediaLog media_log, |
handle<data_pipe_consumer> decoder_buffer_pipe, |
CommandBufferId? command_buffer_id); |