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..b164d3dca26aaad15706e16340a708c2a5beefca 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 SendMouseEvent(int64_t time_ms, float x, float y, |
+ WebInputEvent::Type type); |
void ScrollBegin(int64_t time_ms, |
float x, |