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

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

Issue 2378903005: Implement controller handling in vr_shell.cc (Closed)
Patch Set: Rebase Created 4 years, 2 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_input_manager.h
diff --git a/chrome/browser/android/vr_shell/vr_input_manager.h b/chrome/browser/android/vr_shell/vr_input_manager.h
index 34deae06d8b6c830c6ecd3c4603eee9f11751775..ff723c4a28b73b39ebb08ebf89db16d8446b75a9 100644
--- a/chrome/browser/android/vr_shell/vr_input_manager.h
+++ b/chrome/browser/android/vr_shell/vr_input_manager.h
@@ -30,7 +30,8 @@ class VrInputManager
float dy,
int type);
void SendClickEvent(int64_t time_ms, float x, float y);
- void SendMouseMoveEvent(int64_t time_ms, float x, float y, int type);
+ void SendMouseMoveEvent(int64_t time_ms, float x, float y,
+ WebInputEvent::Type type);
void ScrollBegin(int64_t time_ms,
float x,

Powered by Google App Engine
This is Rietveld 408576698