Index: ash/host/ash_window_tree_host_platform.h |
diff --git a/ash/host/ash_window_tree_host_platform.h b/ash/host/ash_window_tree_host_platform.h |
index 2c5397a03855d301d2fb3e389be0d5326e815c87..d281b3a7c0b145503b369cd51e970f06500c831d 100644 |
--- a/ash/host/ash_window_tree_host_platform.h |
+++ b/ash/host/ash_window_tree_host_platform.h |
@@ -42,6 +42,10 @@ |
void SetBoundsInPixels(const gfx::Rect& bounds) override; |
void DispatchEvent(ui::Event* event) override; |
+ // ui::internal::InputMethodDelegate: |
+ ui::EventDispatchDetails DispatchKeyEventPostIME( |
+ ui::KeyEvent* event) override; |
+ |
private: |
// Temporarily disable the tap-to-click feature. Used on CrOS. |
void SetTapToClickPaused(bool state); |