| 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 dfe54720c8f93d2cfb3a5fc860ddd0da94e6f462..3dae07feec14c28fd64c034425cc3f3eb2853e70 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -46,8 +46,8 @@ class MODULES_EXPORT NavigatorVR final
|
| // Queues up event to be fired soon.
|
| void enqueueVREvent(VRDisplayEvent*);
|
|
|
| - // Dispatches a user gesture event immediately.
|
| - void dispatchVRGestureEvent(VRDisplayEvent*);
|
| + // Dispatches an event immediately.
|
| + void dispatchVREvent(VRDisplayEvent*);
|
|
|
| // Inherited from FocusChangedObserver.
|
| void focusedFrameChanged() override;
|
|
|