Chromium Code Reviews| Index: views/controls/textfield/textfield.h |
| diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h |
| index 690e825aa20b2c1e731ee74478780b2e653d29f1..f61e03a5e17ed01fac1747c0bb50c7fc2245a086 100644 |
| --- a/views/controls/textfield/textfield.h |
| +++ b/views/controls/textfield/textfield.h |
| @@ -269,6 +269,7 @@ class Textfield : public View { |
| virtual void WillGainFocus(); |
| virtual void DidGainFocus(); |
| virtual void WillLoseFocus(); |
| + virtual View::VirtualKeyboardType GetVirtualKeyboardType(); |
|
rjkroege
2011/01/27 00:04:22
these ought to be in alphabetic order? I'm wonderi
varunjain
2011/01/27 00:19:34
I think I recall a comment from one of my earlier
|
| // Accessibility accessors, overridden from View: |
| virtual AccessibilityTypes::Role GetAccessibleRole() OVERRIDE; |