| Index: ash/host/ash_window_tree_host.cc
|
| diff --git a/ash/host/ash_window_tree_host.cc b/ash/host/ash_window_tree_host.cc
|
| index 6c6d4a5f51370aeb3118dd725d0ede5467f033c7..6f18204aa2f9b854c31bdacb658cbd1dee4e1d74 100644
|
| --- a/ash/host/ash_window_tree_host.cc
|
| +++ b/ash/host/ash_window_tree_host.cc
|
| @@ -11,6 +11,9 @@
|
|
|
| namespace ash {
|
|
|
| +AshWindowTreeHost::AshWindowTreeHost() : input_method_handler_(nullptr) {
|
| +}
|
| +
|
| void AshWindowTreeHost::TranslateLocatedEvent(ui::LocatedEvent* event) {
|
| if (event->IsTouchEvent())
|
| return;
|
|
|