Index: ui/views/controls/textfield/native_textfield_views.h |
diff --git a/ui/views/controls/textfield/native_textfield_views.h b/ui/views/controls/textfield/native_textfield_views.h |
index af22492c4aa2caa85877a78a7745ede92671900b..eb2c65b1ea0c0de0e7eaecd8b701325ec9ee20dc 100644 |
--- a/ui/views/controls/textfield/native_textfield_views.h |
+++ b/ui/views/controls/textfield/native_textfield_views.h |
@@ -146,6 +146,9 @@ class VIEWS_EXPORT NativeTextfieldViews : public View, |
void UpdateHorizontalMargins(); |
void UpdateVerticalMargins(); |
+ // Displays a virtual keyboard or alternate input view if enabled. |
+ void ShowImeIfNeeded() const; |
+ |
// Returns whether or not an IME is composing text. |
bool IsIMEComposing() const; |