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

Unified Diff: ash/mus/ash_window_tree_host_mus.h

Issue 2831583005: Enable Config::MUS to use classic IME instead of servicified IME. (Closed)
Patch Set: cleanup. Created 3 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: ash/mus/ash_window_tree_host_mus.h
diff --git a/ash/mus/ash_window_tree_host_mus.h b/ash/mus/ash_window_tree_host_mus.h
index 03056b54d15ebeac603b110b9f15a701f31c3105..41d5f010d5bd0503e2bf0d1de7dde03403090182 100644
--- a/ash/mus/ash_window_tree_host_mus.h
+++ b/ash/mus/ash_window_tree_host_mus.h
@@ -37,6 +37,10 @@ class AshWindowTreeHostMus : public AshWindowTreeHost,
void UpdateRootWindowSizeInPixels(
const gfx::Size& host_size_in_pixels) override;
+ // ui::internal::InputMethodDelegate:
sky 2017/05/04 03:09:18 As this override comes through via AshWindowTreeHo
Hadi 2017/05/04 12:15:17 Done.
+ ui::EventDispatchDetails DispatchKeyEventPostIME(
+ ui::KeyEvent* event) override;
+
private:
std::unique_ptr<TransformerHelper> transformer_helper_;

Powered by Google App Engine
This is Rietveld 408576698