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..d1a0369dab03d47e077fd6266a1cd0d77e05fdcd 100644 |
--- a/ash/mus/ash_window_tree_host_mus.h |
+++ b/ash/mus/ash_window_tree_host_mus.h |
@@ -36,6 +36,8 @@ |
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_; |