Index: ui/views/controls/textfield/textfield.h |
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h |
index 782a0b48b548d3e1569d6d44e13667ed5af26732..6e213c8b2bc4a5c491ba60f793243b792e9662b7 100644 |
--- a/ui/views/controls/textfield/textfield.h |
+++ b/ui/views/controls/textfield/textfield.h |
@@ -343,6 +343,10 @@ class VIEWS_EXPORT Textfield : public View, |
void CreateTouchSelectionControllerAndNotifyIt(); |
+ // Sets touch selection controller to |tsc|, which is allowed to be NULL. The |
+ // old touch selection controller, if any, will fade out. |
+ void SetTouchSelectionController(ui::TouchSelectionController* tsc); |
+ |
// The text model. |
scoped_ptr<TextfieldModel> model_; |