Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: components/arc/common/arc_bridge.mojom

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased with new ArcBridgeService; addressed Owen's comments Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
};

Powered by Google App Engine
This is Rietveld 408576698