| 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 c394cd50762bcc8ffe2127c4d1ba185259635fa0..e6090df12ac5dfb3833604590fe80d67fc9b3d39 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -164,6 +164,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| gvr::Vec3f target_point_;
|
| const ContentRectangle* target_element_ = nullptr;
|
| InputTarget current_input_target_ = InputTarget::NONE;
|
| + bool is_scrolling_ = false;
|
| int ui_tex_css_width_ = 0;
|
| int ui_tex_css_height_ = 0;
|
| int content_tex_css_width_ = 0;
|
|
|