| Index: chrome/browser/android/vr_shell/vr_controller.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_controller.h b/chrome/browser/android/vr_shell/vr_controller.h
|
| index b8b878590162ebd29b8313eefb973bea9de54e85..60e0b4b25407784d53894a65b5b2236ee335b8ce 100644
|
| --- a/chrome/browser/android/vr_shell/vr_controller.h
|
| +++ b/chrome/browser/android/vr_shell/vr_controller.h
|
| @@ -59,6 +59,7 @@ class VrController {
|
|
|
| bool ButtonUpHappened(gvr::ControllerButton button);
|
| bool ButtonDownHappened(gvr::ControllerButton button);
|
| + bool ButtonState(gvr::ControllerButton button);
|
|
|
| bool IsConnected();
|
|
|
|
|