Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: ui/views/controls/combobox/combobox.h

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased & removed views::View::GetTextInputClient & removed GetFocusedTextInputClient. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698