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

Unified Diff: chrome/browser/android/vr_shell/vr_controller.h

Issue 2694103006: Inject vr controller events into Android Native UI. (Closed)
Patch Set: Fix presubmit Created 3 years, 10 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
Index: chrome/browser/android/vr_shell/vr_controller.h
diff --git a/chrome/browser/android/vr_shell/vr_controller.h b/chrome/browser/android/vr_shell/vr_controller.h
index 3d4de038a81225641f6866655169d07492d77db5..8e70fd139a70d9618efe9ac606e49f6fb3a09197 100644
--- a/chrome/browser/android/vr_shell/vr_controller.h
+++ b/chrome/browser/android/vr_shell/vr_controller.h
@@ -109,8 +109,7 @@ class VrController {
void Reset();
- // Update gesture parameters,
- void UpdateGesture(WebGestureEvent* gesture);
+ void UpdateGestureParameters();
// If the user is touching the touch pad and the touch point is different from
// before, update the touch point and return true. Otherwise, return false.
« no previous file with comments | « chrome/browser/android/vr_shell/android_ui_gesture_target.cc ('k') | chrome/browser/android/vr_shell/vr_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698