| Index: device/vr/vr_service.mojom
|
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
|
| index ad9544c7d3c477da3b16648a0e285b1072aee62c..e1acedae9fe02342bb540547242f6cd5203713b5 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 will_not_present);
|
| OnDeactivate(VRDisplayEventReason reason);
|
| };
|
|
|