| 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,
|
|
|