Chromium Code Reviews| Index: ui/views/controls/textfield/textfield.cc |
| diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc |
| index 070924a4a120e7aa26e001412113300072c9073d..ccb433cf421947069cdeb3774f8421c7685a8c5f 100644 |
| --- a/ui/views/controls/textfield/textfield.cc |
| +++ b/ui/views/controls/textfield/textfield.cc |
| @@ -700,7 +700,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event) { |
| } |
| ui::TextInputClient* Textfield::GetTextInputClient() { |
| - return read_only_ ? NULL : this; |
|
msw
2015/02/11 16:45:00
I didn't add this logic (as you note in the CL des
tapted
2015/02/11 23:29:08
Thanks for the pointer! Updated the CL description
|
| + return this; |
| } |
| void Textfield::OnGestureEvent(ui::GestureEvent* event) { |