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

Unified Diff: ash/mus/ash_window_tree_host_mus.h

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: addressed feedback. Created 3 years, 7 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
« no previous file with comments | « ash/ime/input_method_event_handler.cc ('k') | ash/mus/ash_window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d1a0369dab03d47e077fd6266a1cd0d77e05fdcd..03056b54d15ebeac603b110b9f15a701f31c3105 100644
--- a/ash/mus/ash_window_tree_host_mus.h
+++ b/ash/mus/ash_window_tree_host_mus.h
@@ -36,8 +36,6 @@ class AshWindowTreeHostMus : public AshWindowTreeHost,
gfx::Transform GetInverseRootTransform() const override;
void UpdateRootWindowSizeInPixels(
const gfx::Size& host_size_in_pixels) override;
- ui::EventDispatchDetails DispatchKeyEventPostIME(
- ui::KeyEvent* event) override;
private:
std::unique_ptr<TransformerHelper> transformer_helper_;
« no previous file with comments | « ash/ime/input_method_event_handler.cc ('k') | ash/mus/ash_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698