summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/textfield/native_textfield_win.h')
-rw-r--r--views/controls/textfield/native_textfield_win.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h
index bb0fc2b..ceabb34 100644
--- a/views/controls/textfield/native_textfield_win.h
+++ b/views/controls/textfield/native_textfield_win.h
@@ -86,10 +86,8 @@ class NativeTextfieldWin
virtual void HandleFocus() OVERRIDE;
virtual void HandleBlur() OVERRIDE;
virtual TextInputClient* GetTextInputClient() OVERRIDE;
- virtual TextStyle* CreateTextStyle() OVERRIDE;
- virtual void ApplyTextStyle(const TextStyle* style,
- const ui::Range& range) OVERRIDE;
- virtual void ClearAllTextStyles() OVERRIDE;
+ virtual void ApplyStyleRange(const gfx::StyleRange& style) OVERRIDE;
+ virtual void ApplyDefaultStyle() OVERRIDE;
virtual void ClearEditHistory() OVERRIDE;
// Overridden from ui::SimpleMenuModel::Delegate: