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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_driver.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: services/ui/ime/test_ime_driver/test_ime_driver.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.cc b/services/ui/ime/test_ime_driver/test_ime_driver.cc
index 0c7355689bb127f9ca9309513ac3ec13590be0d3..eab2b45ad0068612cf3db6a4235f4f34e130b09c 100644
--- a/services/ui/ime/test_ime_driver/test_ime_driver.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_driver.cc
@@ -17,8 +17,8 @@ class TestInputMethod : public mojom::InputMethod {
private:
// mojom::InputMethod:
- void OnTextInputModeChanged(mojom::TextInputMode text_input_mode) override {}
- void OnTextInputTypeChanged(mojom::TextInputType text_input_type) override {}
+ void OnTextInputModeChanged(TextInputMode text_input_mode) override {}
+ void OnTextInputTypeChanged(TextInputType text_input_type) override {}
void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override {}
void ProcessKeyEvent(std::unique_ptr<Event> key_event,
const ProcessKeyEventCallback& callback) override {
« no previous file with comments | « chrome/browser/ui/views/ime_driver/simple_input_method.cc ('k') | services/ui/public/interfaces/ime/ime.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698