| Index: ash/host/ash_window_tree_host_unified.cc
|
| diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
|
| index 5f436f10f609e2ab8540880beafe6d9b544e04b6..a54ec78d5aac5d2c8a9b6ca6c4d7f8cb1ef6be4e 100644
|
| --- a/ash/host/ash_window_tree_host_unified.cc
|
| +++ b/ash/host/ash_window_tree_host_unified.cc
|
| @@ -33,7 +33,7 @@ class UnifiedEventTargeter : public aura::WindowTargeter {
|
| static_cast<aura::Window*>(nullptr), dst_root_);
|
| }
|
| ignore_result(
|
| - dst_root_->GetHost()->event_processor()->OnEventFromSource(event));
|
| + dst_root_->GetHost()->event_sink()->OnEventFromSource(event));
|
| return nullptr;
|
| } else {
|
| NOTREACHED() << "event type:" << event->type();
|
|
|