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

Unified Diff: ash/host/ash_window_tree_host_unified.h

Issue 1236923003: Makes DesktopWindowTreeHostXxx to dispatch key event to InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add TODO. Created 5 years, 5 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/host/ash_window_tree_host_ozone.cc ('k') | ash/host/ash_window_tree_host_unified.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_unified.h
diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
index 1384ff0d94c0ae6b68e3288b9c5a72c431269c6c..e6dac3c837c8aece6a0fa9412c44c6eacc5a0c84 100644
--- a/ash/host/ash_window_tree_host_unified.h
+++ b/ash/host/ash_window_tree_host_unified.h
@@ -67,9 +67,6 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
// ui::internal::InputMethodDelegate:
bool DispatchKeyEventPostIME(const ui::KeyEvent& event) override;
- // ui::EventSource:
- ui::EventDispatchDetails DeliverEventToProcessor(ui::Event* event) override;
-
std::vector<AshWindowTreeHost*> mirroring_hosts_;
gfx::Rect bounds_;
« no previous file with comments | « ash/host/ash_window_tree_host_ozone.cc ('k') | ash/host/ash_window_tree_host_unified.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698