| Index: chrome/browser/android/vr_shell/vr_shell_gl.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| index be669b0adb794ac83c1beb50d085b74cfe80f024..f14e43d75c29e9093b4cd8b5b29f1490a0ec5ac9 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -130,7 +130,8 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| void DrawWebVr();
|
| bool WebVrPoseByteIsValid(int pose_index_byte);
|
|
|
| - void UpdateController(const gvr::Vec3f& forward_vector);
|
| + void UpdateController();
|
| + void HandleControllerInput(const gvr::Vec3f& forward_vector);
|
| void SendEventsToTarget(InputTarget input_target, int pixel_x, int pixel_y);
|
| void SendGesture(InputTarget input_target,
|
| std::unique_ptr<blink::WebInputEvent> event);
|
|
|