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

Unified Diff: device/vr/vr_service.mojom

Issue 2317483002: Add support of vrdisplayconnect and vrdisplaydisconnect event (Closed)
Patch Set: Address most comments from bajones@ Created 4 years, 3 months 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: device/vr/vr_service.mojom
diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
index 58458d5a6dac7fd993ef62c764667e7f67abebda..0d2e7ede4e9e178c6e550140c73bb14a0fc5dd11 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -77,4 +77,6 @@ interface VRService {
interface VRServiceClient {
OnDisplayChanged(VRDisplay display);
+ OnDisplayConnected(VRDisplay display);
+ OnDisplayDisconnected(uint32 index);
};

Powered by Google App Engine
This is Rietveld 408576698