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

Unified Diff: device/vr/vr_service.mojom

Issue 2471433002: Implement WebVR presentation pausing for VR Shell Menu Mode (Closed)
Patch Set: Address comments Created 4 years, 1 month 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 5dbf7025641ca0edd5f616e0ca2ba6d4a4f03df3..7007ef313bb0db294977237abaac582228971172 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -83,4 +83,6 @@ interface VRServiceClient {
OnExitPresent(uint32 index);
OnDisplayConnected(VRDisplay display);
OnDisplayDisconnected(uint32 index);
+ OnDisplayBlur(uint32 index);
+ OnDisplayFocus(uint32 index);
};

Powered by Google App Engine
This is Rietveld 408576698