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

Unified Diff: trunk/src/ui/views/ime/mock_input_method.cc

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
Index: trunk/src/ui/views/ime/mock_input_method.cc
===================================================================
--- trunk/src/ui/views/ime/mock_input_method.cc (revision 220120)
+++ trunk/src/ui/views/ime/mock_input_method.cc (working copy)
@@ -9,6 +9,7 @@
#include "ui/base/events/event.h"
#include "ui/base/ime/text_input_client.h"
#include "ui/base/keycodes/keyboard_codes.h"
+#include "ui/views/widget/widget.h"
namespace views {
@@ -46,6 +47,10 @@
InputMethodBase::Init(widget);
}
+void MockInputMethod::OnFocus() {}
+
+void MockInputMethod::OnBlur() {}
+
bool MockInputMethod::OnUntranslatedIMEMessage(
const base::NativeEvent& event,
NativeEventResult* result) {
« no previous file with comments | « trunk/src/ui/views/ime/mock_input_method.h ('k') | trunk/src/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698