Chromium Code Reviews| 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); |
| }; |