Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: chrome/browser/android/vr_shell/elbow_model.h

Issue 2848283003: VR: Refresh controller handedness when resuming the controller. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/elbow_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/elbow_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698