Index: components/arc/common/video.mojom |
diff --git a/components/arc/common/video.mojom b/components/arc/common/video.mojom |
index b21a1dbc4a62a3951bcf45f2441c67f1adde745b..15f1a19b6725925319568b43cfd7eb8a8445af64 100644 |
--- a/components/arc/common/video.mojom |
+++ b/components/arc/common/video.mojom |
@@ -6,7 +6,8 @@ module arc; |
interface VideoHost { |
// Notifies Chrome a request for ipc channel of video acceleration. |
Owen Lin
2016/03/14 08:45:52
... for an ipc channel ... ?
But why the name is
kcwu
2016/03/14 12:55:49
The naming "On..." follows other arc interfaces (*
|
- OnRequestArcVideoAcceleratorChannel() => (handle channel_handle); |
+ OnRequestArcVideoAcceleratorChannel(uint32 pid) => (handle channel_handle, |
+ string token); |
}; |
interface VideoInstance { |