diff options
Diffstat (limited to 'ui/views/controls/textfield/native_textfield_wrapper.h')
-rw-r--r-- | ui/views/controls/textfield/native_textfield_wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/controls/textfield/native_textfield_wrapper.h b/ui/views/controls/textfield/native_textfield_wrapper.h index d619aef..ef8e8be 100644 --- a/ui/views/controls/textfield/native_textfield_wrapper.h +++ b/ui/views/controls/textfield/native_textfield_wrapper.h @@ -72,7 +72,7 @@ class VIEWS_EXPORT NativeTextfieldWrapper { virtual void UpdateFont() = 0; // Updates the visibility of the text in the native text field. - virtual void UpdateIsPassword() = 0; + virtual void UpdateIsObscured() = 0; // Updates the enabled state of the native text field. virtual void UpdateEnabled() = 0; |