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

Unified Diff: trunk/src/ui/views/ime/mock_input_method.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_bridge_unittest.cc ('k') | trunk/src/ui/views/ime/mock_input_method.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/ime/mock_input_method.h
===================================================================
--- trunk/src/ui/views/ime/mock_input_method.h (revision 220120)
+++ trunk/src/ui/views/ime/mock_input_method.h (working copy)
@@ -24,6 +24,8 @@
// Overridden from InputMethod:
virtual void Init(Widget* widget) OVERRIDE;
+ virtual void OnFocus() OVERRIDE;
+ virtual void OnBlur() OVERRIDE;
virtual bool OnUntranslatedIMEMessage(const base::NativeEvent& event,
NativeEventResult* result) OVERRIDE;
virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE;
« no previous file with comments | « trunk/src/ui/views/ime/input_method_bridge_unittest.cc ('k') | trunk/src/ui/views/ime/mock_input_method.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698