| Index: content/browser/renderer_host/input/touch_selection_controller_client_aura.cc
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_aura.cc b/content/browser/renderer_host/input/touch_selection_controller_client_aura.cc
|
| index 2cbc8a12f8300b90557f26cdf1c03d53bee0511a..58b42d485f886a41e7427374cf528cf3a19ea578 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller_client_aura.cc
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller_client_aura.cc
|
| @@ -142,6 +142,7 @@ void TouchSelectionControllerClientAura::OnTouchUp() {
|
| }
|
|
|
| void TouchSelectionControllerClientAura::OnScrollStarted() {
|
| + rwhva_->selection_controller()->OnScrollBeginEvent();
|
| scroll_in_progress_ = true;
|
| rwhva_->selection_controller()->SetTemporarilyHidden(true);
|
| UpdateQuickMenu();
|
|
|