Chromium Code Reviews| Index: ui/views/controls/combobox/combobox.h |
| diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h |
| index 4355504eb301d1d6b6f035b4fcd4b9202787a63e..1512dc11909225ae002dc5069730e4e063b8c01c 100644 |
| --- a/ui/views/controls/combobox/combobox.h |
| +++ b/ui/views/controls/combobox/combobox.h |
| @@ -92,6 +92,8 @@ class VIEWS_EXPORT Combobox : public MenuDelegate, |
| void SetInvalid(bool invalid); |
| bool invalid() const { return invalid_; } |
| + ui::TextInputClient* GetTextInputClient(); |
|
yukawa
2015/06/16 02:45:03
I prefer to use more descriptive name such as
P
Shu Chen
2015/06/16 05:15:26
Done.
|
| + |
| // Overridden from View: |
| gfx::Size GetPreferredSize() const override; |
| const char* GetClassName() const override; |
| @@ -102,7 +104,6 @@ class VIEWS_EXPORT Combobox : public MenuDelegate, |
| void OnFocus() override; |
| void OnBlur() override; |
| void GetAccessibleState(ui::AXViewState* state) override; |
| - ui::TextInputClient* GetTextInputClient() override; |
| void Layout() override; |
| // Overridden from MenuDelegate: |