| 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 0fc7a5ccf26ab7142aa6919953b4bf690ace355f..7a035eb8b69efa6ff351e3f7ca1e5e02ce9183ea 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -132,6 +132,8 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
|
|
| void UpdateController();
|
| void HandleControllerInput(const gvr::Vec3f& forward_vector);
|
| + void HandleControllerAppButtonActivity(
|
| + const gvr::Vec3f& controller_direction);
|
| void SendEventsToTarget(InputTarget input_target, int pixel_x, int pixel_y);
|
| void SendGesture(InputTarget input_target,
|
| std::unique_ptr<blink::WebInputEvent> event);
|
|
|