Index: ui/views/touchui/touch_selection_controller_impl.h |
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h |
index 31c9bc0f0986e969441dc390a908c60c7212d423..d96868db6e08d833d3c7588e03e13604624e23bb 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl.h |
+++ b/ui/views/touchui/touch_selection_controller_impl.h |
@@ -32,6 +32,7 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
// TextSelectionController. |
virtual void SelectionChanged() OVERRIDE; |
virtual bool IsHandleDragInProgress() OVERRIDE; |
+ virtual void HideHandles(bool quick) OVERRIDE; |
private: |
friend class TouchSelectionControllerImplTest; |