Index: components/arc/common/video.mojom |
diff --git a/components/arc/common/video.mojom b/components/arc/common/video.mojom |
index 7604a6d820deb59405ae1f16b0ff69f7267f43b1..de6c098aa72921c1bca813ae185bc8bc3709c48b 100644 |
--- a/components/arc/common/video.mojom |
+++ b/components/arc/common/video.mojom |
@@ -9,6 +9,7 @@ interface VideoHost { |
// Replies with |channel_handle| of mojo initial message pipe and |token| for |
// creating the client end of VideoAcceleratorService message pipe. |
// Replys invalid handle and empty token if any failure. |
+ [MinVersion=1] |
OnRequestArcVideoAcceleratorChannel() => (handle channel_handle, |
string token); |
}; |