Index: ui/touch_selection/touch_selection_controller.h |
diff --git a/ui/touch_selection/touch_selection_controller.h b/ui/touch_selection/touch_selection_controller.h |
index 4f6a57832a20fafd5e17ce8fc7c0f37937025563..f1a434d5b9b8d2ea7593eaa5da20a25a1f39d6a9 100644 |
--- a/ui/touch_selection/touch_selection_controller.h |
+++ b/ui/touch_selection/touch_selection_controller.h |
@@ -132,7 +132,7 @@ |
void DeactivateInsertion(); |
void ActivateSelection(); |
void DeactivateSelection(); |
- void ForceNextUpdateIfInactive(); |
+ void ResetCachedValuesIfInactive(); |
gfx::Vector2dF GetStartLineOffset() const; |
gfx::Vector2dF GetEndLineOffset() const; |
@@ -145,10 +145,6 @@ |
TouchSelectionControllerClient* const client_; |
const base::TimeDelta tap_timeout_; |
const float tap_slop_; |
- |
- // Whether to force an update on the next selection event even if the |
- // cached selection matches the new selection. |
- bool force_next_update_; |
// Controls whether an insertion handle is shown on a tap for an empty |
// editable text. |