| Index: views/controls/textfield/textfield.cc
|
| diff --git a/views/controls/textfield/textfield.cc b/views/controls/textfield/textfield.cc
|
| index a228ed970e2480e3b1da0406c3231de7aef92fb9..e91c7ebdae462bd0e60d5997d75cbab7bd6f09cf 100644
|
| --- a/views/controls/textfield/textfield.cc
|
| +++ b/views/controls/textfield/textfield.cc
|
| @@ -352,6 +352,10 @@ void Textfield::WillLoseFocus() {
|
| native_wrapper_->HandleWillLoseFocus();
|
| }
|
|
|
| +View::ContentType Textfield::GetContentType() {
|
| + return View::GENERIC_INPUT;
|
| +}
|
| +
|
| AccessibilityTypes::Role Textfield::GetAccessibleRole() {
|
| return AccessibilityTypes::ROLE_TEXT;
|
| }
|
|
|