Index: ui/base/touch/touch_editing_controller.h |
=================================================================== |
--- ui/base/touch/touch_editing_controller.h (revision 245822) |
+++ ui/base/touch/touch_editing_controller.h (working copy) |
@@ -74,10 +74,6 @@ |
// Returns true if the user is currently dragging one of the handles. |
virtual bool IsHandleDragInProgress() = 0; |
- |
- // Hides visible handles. According to the value of |quick|, handles might |
- // fade out quickly or slowly. |
- virtual void HideHandles(bool quick) = 0; |
}; |
class UI_BASE_EXPORT TouchSelectionControllerFactory { |