Index: views/controls/textfield/native_textfield_gtk.h |
=================================================================== |
--- views/controls/textfield/native_textfield_gtk.h (revision 103984) |
+++ views/controls/textfield/native_textfield_gtk.h (working copy) |
@@ -53,6 +53,8 @@ |
virtual View* GetView() OVERRIDE; |
virtual gfx::NativeView GetTestingHandle() const OVERRIDE; |
virtual bool IsIMEComposing() const OVERRIDE; |
+ virtual void GetSelectedRange(ui::Range* range) const OVERRIDE; |
+ virtual void SelectRange(const ui::Range& range) OVERRIDE; |
virtual void GetSelectionModel(gfx::SelectionModel* sel) const OVERRIDE; |
virtual void SelectSelectionModel(const gfx::SelectionModel& sel) OVERRIDE; |
virtual size_t GetCursorPosition() const OVERRIDE; |