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

Unified Diff: ui/views/controls/menu/submenu_view.h

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/menu/submenu_view.h
diff --git a/ui/views/controls/menu/submenu_view.h b/ui/views/controls/menu/submenu_view.h
index d2aebf81c0efb8766840d97157994a0da7fb8c6b..47fcdd8b25e3c17fcbe30c6d77288bfc26e7bf69 100644
--- a/ui/views/controls/menu/submenu_view.h
+++ b/ui/views/controls/menu/submenu_view.h
@@ -52,6 +52,8 @@ class VIEWS_EXPORT SubmenuView : public PrefixDelegate,
// Returns the MenuItemView at the specified index.
MenuItemView* GetMenuItemAt(int index);
+ ui::TextInputClient* GetTextInputClient();
yukawa 2015/06/16 09:13:26 Can this be GetPrefixSelector() ?
Shu Chen 2015/06/17 02:27:52 Done.
+
// Positions and sizes the child views. This tiles the views vertically,
// giving each child the available width.
void Layout() override;
@@ -59,7 +61,6 @@ class VIEWS_EXPORT SubmenuView : public PrefixDelegate,
// Override from View.
void GetAccessibleState(ui::AXViewState* state) override;
- ui::TextInputClient* GetTextInputClient() override;
// Painting.
void PaintChildren(const ui::PaintContext& context) override;

Powered by Google App Engine
This is Rietveld 408576698