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

Unified Diff: trunk/src/ui/views/ime/input_method_base.h

Issue 23710009: Revert 219673 "Fix Views Combobox and Tree View text input." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « trunk/src/ui/views/ime/input_method.h ('k') | trunk/src/ui/views/ime/input_method_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/ime/input_method_base.h
===================================================================
--- trunk/src/ui/views/ime/input_method_base.h (revision 220120)
+++ trunk/src/ui/views/ime/input_method_base.h (working copy)
@@ -41,7 +41,8 @@
virtual void OnDidChangeFocus(View* focused_before, View* focused) OVERRIDE;
protected:
- // Return the widget's focused view.
+ internal::InputMethodDelegate* delegate() const { return delegate_; }
+ Widget* widget() const { return widget_; }
View* GetFocusedView() const;
// Returns true only if the View is focused and its Widget is active.
« no previous file with comments | « trunk/src/ui/views/ime/input_method.h ('k') | trunk/src/ui/views/ime/input_method_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698