| Index: chrome/browser/android/vr_shell/elbow_model.h
|
| diff --git a/chrome/browser/android/vr_shell/elbow_model.h b/chrome/browser/android/vr_shell/elbow_model.h
|
| index afb990ba46a1a1d9a376a310671167f3ee3cc9a9..c234540c7f87c030d4ac215e046328a2bb264c81 100644
|
| --- a/chrome/browser/android/vr_shell/elbow_model.h
|
| +++ b/chrome/browser/android/vr_shell/elbow_model.h
|
| @@ -31,6 +31,7 @@ class ElbowModel {
|
| float GetAlphaValue() const { return alpha_value_; }
|
|
|
| void Update(const UpdateData& update);
|
| + void SetHandedness(gvr::ControllerHandedness handedness);
|
|
|
| private:
|
| void UpdateHandedness();
|
|
|