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

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

Issue 2367543002: Implement UI hit testing + Reticle scaling (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/browser/android/vr_shell/vr_shell.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index 8ad2e044a44c0ad6da5aaa0dfeffe49bb63aa6fc..00fc7a6323853f378d2f5ce85bd06b17f8ce36f1 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -105,6 +105,7 @@ class VrShell : public device::GvrDelegate {
gvr::Vec3f forward_vector_;
gvr::Sizei render_size_;
+ float cursor_distance_;
std::unique_ptr<VrCompositor> content_compositor_view_;
content::ContentViewCore* content_cvc_;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | chrome/browser/android/vr_shell/vr_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698