| 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 0436eec6c4fe7477c9cea60fe86573960a093122..c41aefffdbac961d74e30dfe83969ddf78f0299c 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -113,6 +113,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_;
|
|
|