| 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 15606b999968664b7bfa0298d31e25bd70d9c1f7..2d14b661206b260b8b0208ae5c84a5055b5ecaa8 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -200,7 +200,8 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| gfx::Point3F target_point_;
|
| const UiElement* target_element_ = nullptr;
|
| InputTarget current_input_target_ = InputTarget::NONE;
|
| - InputTarget current_scroll_target = InputTarget::NONE;
|
| + InputTarget current_scroll_target_ = InputTarget::NONE;
|
| + InputTarget current_fling_target_ = InputTarget::NONE;
|
| int ui_tex_css_width_ = 0;
|
| int ui_tex_css_height_ = 0;
|
| int content_tex_css_width_ = 0;
|
|
|