| Index: ui/touch_selection/touch_selection_controller_aura.h
|
| diff --git a/ui/touch_selection/touch_selection_controller_aura.h b/ui/touch_selection/touch_selection_controller_aura.h
|
| index 5e1b3c9620a5bb68a6d4888a6f5ee078ed0105a0..540cf6491446d2bec35808da174432ef5b362925 100644
|
| --- a/ui/touch_selection/touch_selection_controller_aura.h
|
| +++ b/ui/touch_selection/touch_selection_controller_aura.h
|
| @@ -42,9 +42,12 @@ class UI_TOUCH_SELECTION_EXPORT TouchSelectionControllerAura
|
| public EventHandler {
|
| public:
|
| explicit TouchSelectionControllerAura(
|
| - TouchSelectionControllerAuraClient* client);
|
| + TouchSelectionControllerAuraClient* client,
|
| + TextSelectionGranularityStrategy selection_granularity_strategy);
|
| ~TouchSelectionControllerAura() override;
|
|
|
| + void SetVelocityStrategyParameters(int halfDecayMs, int threshold);
|
| +
|
| void OnSelectionEditable(bool editable);
|
| void OnSelectionEmpty(bool empty);
|
| void OnSelectionBoundsUpdated(const SelectionBound& start,
|
|
|