Index: content/browser/renderer_host/input/touch_selection_controller.h |
diff --git a/content/browser/renderer_host/input/touch_selection_controller.h b/content/browser/renderer_host/input/touch_selection_controller.h |
index 2a1602df97e623e8e8624228c2108e635b8d77e2..4ef75bd91459738de654c8e807abfd4a2ccb5c94 100644 |
--- a/content/browser/renderer_host/input/touch_selection_controller.h |
+++ b/content/browser/renderer_host/input/touch_selection_controller.h |
@@ -105,7 +105,7 @@ class CONTENT_EXPORT TouchSelectionController : public TouchHandleClient { |
void DeactivateInsertion(); |
void ActivateSelection(); |
void DeactivateSelection(); |
- void ResetCachedValues(); |
+ void ResetCachedValuesIfInactive(); |
gfx::PointF GetStartPosition() const; |
gfx::PointF GetEndPosition() const; |