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

Unified Diff: chrome/browser/ui/views/ime_driver/simple_input_method.cc

Issue 2626383002: IME for Mus: EnumTraits for TextInputMode and TextInputType. (Closed)
Patch Set: Created 3 years, 11 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: chrome/browser/ui/views/ime_driver/simple_input_method.cc
diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.cc b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
index e040d2c86562fffd0cd88456f5e9b46d86a1b4e2..189d346401f17cde57c068bb452b7a249907a70c 100644
--- a/chrome/browser/ui/views/ime_driver/simple_input_method.cc
+++ b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
@@ -9,10 +9,10 @@ SimpleInputMethod::SimpleInputMethod() {}
SimpleInputMethod::~SimpleInputMethod() {}
void SimpleInputMethod::OnTextInputModeChanged(
- ui::mojom::TextInputMode text_input_mode) {}
+ ui::TextInputMode text_input_mode) {}
void SimpleInputMethod::OnTextInputTypeChanged(
- ui::mojom::TextInputType text_input_type) {}
+ ui::TextInputType text_input_type) {}
void SimpleInputMethod::OnCaretBoundsChanged(const gfx::Rect& caret_bounds) {}
« no previous file with comments | « chrome/browser/ui/views/ime_driver/simple_input_method.h ('k') | services/ui/ime/test_ime_driver/test_ime_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698