Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: third_party/WebKit/Source/modules/vr/NavigatorVR.h

Issue 2754133002: Remove gesture token from vrdisplayactivate (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/vr/NavigatorVR.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/vr/NavigatorVR.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698