Index: components/arc/common/arc_bridge.mojom |
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom |
index d6cdd7bc1ea44827a734ae6126e2927177d29abc..fef94b3006affd814beafaa6b74b11995f6c77f9 100644 |
--- a/components/arc/common/arc_bridge.mojom |
+++ b/components/arc/common/arc_bridge.mojom |
@@ -140,6 +140,8 @@ interface ArcBridgeHost { |
// Acquire and release wake locks on the host side. |
OnAcquireDisplayWakeLock(DisplayWakeLockType type); |
OnReleaseDisplayWakeLock(DisplayWakeLockType type); |
+ |
+ OnRequestArcVideoAcceleratorChannel(); |
Pawel Osciak
2015/12/16 10:17:58
Please document.
kcwu
2015/12/16 14:05:33
Done.
|
}; |
interface ArcBridgeInstance { |
@@ -177,4 +179,6 @@ interface ArcBridgeInstance { |
// Sends an event from Chrome notification UI to Android. |
// |event| is a type of occured event. |
SendNotificationEventToAndroid(string key, ArcNotificationEvent event); |
+ |
+ NotifyVideoAcceleratorChannelCreated(handle channel_handle); |
Pawel Osciak
2015/12/16 10:17:58
Please document.
kcwu
2015/12/16 14:05:32
Done.
|
}; |