| Index: third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVR.h b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| index c38ca6654a9864bc3be1f38a799cd29441b02635..0c1b3926abeec504ea9bfed4b347898195933cf3 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -39,9 +39,11 @@ class MODULES_EXPORT NavigatorVR final
|
| VRController* controller();
|
| Document* document();
|
|
|
| - void fireVrDisplayOnBlur(VRDisplay*);
|
| - void fireVrDisplayOnFocus(VRDisplay*);
|
| - void fireVREvent(VRDisplayEvent*);
|
| + // Queues up event to be fired soon.
|
| + void enqueueVREvent(VRDisplayEvent*);
|
| +
|
| + // Dispatches a user gesture event immediately.
|
| + void dispatchVRGestureEvent(VRDisplayEvent*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|