Index: chrome/browser/android/vr_shell/vr_shell_gl.h |
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h |
index 68d7a5cd4683ade63a5360d45440f80da8d8e8c1..4324e984e0dab04e3021778c5fdaa58c69e13b7f 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h |
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h |
@@ -201,7 +201,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider { |
gvr::Vec3f target_point_; |
const ContentRectangle* target_element_ = nullptr; |
InputTarget current_input_target_ = InputTarget::NONE; |
- InputTarget current_scroll_target = InputTarget::NONE; |
+ InputTarget current_scroll_target_ = InputTarget::NONE; |
int ui_tex_css_width_ = 0; |
int ui_tex_css_height_ = 0; |
int content_tex_css_width_ = 0; |