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

Unified Diff: device/vr/vr_service.mojom

Issue 2864363005: Prevents exiting presentation if triggering DON while presenting. (Closed)
Patch Set: Incorporated review feedback Created 3 years, 7 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 ad9544c7d3c477da3b16648a0e285b1072aee62c..558e41099cafec73e47d6c7d85857d0468483893 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -115,6 +115,6 @@ interface VRDisplayClient {
OnExitPresent();
OnBlur();
OnFocus();
- OnActivate(VRDisplayEventReason reason) => (bool presentRequested);
+ OnActivate(VRDisplayEventReason reason) => (bool willNotPresent);
dcheng 2017/05/22 21:09:44 nit: will_not_present (Or consider using an enum,
tiborg 2017/05/23 16:00:12 All other parameter names in this file are camel-c
tiborg 2017/05/24 17:53:32 As discussed offline, new parameters should be und
OnDeactivate(VRDisplayEventReason reason);
};
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_delegate.cc ('k') | third_party/WebKit/Source/modules/vr/VRDisplay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698