| 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..f8b2357637d52ece975e851e9e983d132a853ea6 100644
|
| --- a/chrome/browser/android/vr_shell/elbow_model.h
|
| +++ b/chrome/browser/android/vr_shell/elbow_model.h
|
| @@ -31,9 +31,9 @@ class ElbowModel {
|
| float GetAlphaValue() const { return alpha_value_; }
|
|
|
| void Update(const UpdateData& update);
|
| + void UpdateHandedness(gvr::ControllerHandedness handedness);
|
|
|
| private:
|
| - void UpdateHandedness();
|
| void UpdateTorsoDirection(const UpdateData& update);
|
| void ApplyArmModel(const UpdateData& update);
|
| void UpdateTransparency(const UpdateData& update);
|
|
|