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

Unified Diff: ui/base/ime/linux/fake_input_method_context.cc

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed interactive_ui_tests failure. Created 5 years, 8 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/base/ime/linux/fake_input_method_context.cc
diff --git a/ui/base/ime/linux/fake_input_method_context.cc b/ui/base/ime/linux/fake_input_method_context.cc
index fd0d8e2c06dac063ec479b27801efae3805f499d..5053aa1cbc4c778782abae580dc3f8fc2ae4da6f 100644
--- a/ui/base/ime/linux/fake_input_method_context.cc
+++ b/ui/base/ime/linux/fake_input_method_context.cc
@@ -18,12 +18,13 @@ bool FakeInputMethodContext::DispatchKeyEvent(
void FakeInputMethodContext::Reset() {
}
-void FakeInputMethodContext::OnTextInputTypeChanged(
- ui::TextInputType /* text_input_type */) {
+void FakeInputMethodContext::Focus() {
}
-void FakeInputMethodContext::OnCaretBoundsChanged(
- const gfx::Rect& /* caret_bounds */) {
+void FakeInputMethodContext::Blur() {
+}
+
+void FakeInputMethodContext::SetCursorLocation(const gfx::Rect& rect) {
}
} // namespace ui
« no previous file with comments | « ui/base/ime/linux/fake_input_method_context.h ('k') | ui/base/ime/linux/fake_input_method_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698