| Index: device/vr/vr_service.mojom
|
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
|
| index dc904dfde36d630c41c4d320dce20af1c3e2e46e..d41b1a9ed09da0fe5157c51d9de5af058d4e1a0d 100644
|
| --- a/device/vr/vr_service.mojom
|
| +++ b/device/vr/vr_service.mojom
|
| @@ -75,6 +75,8 @@ interface VRService {
|
| // TODO(shaobo.yan@intel.com) : Use a factory function which took a VRServiceClient
|
| // so we would never have a half-initialized VRService.
|
| SetClient(VRServiceClient client) => (uint32 numberOfConnectedDevices);
|
| + // Inform the service that the page is listening for vrdisplayactivate events.
|
| + SetListeningForActivate(bool listening);
|
| };
|
|
|
| interface VRServiceClient {
|
|
|