| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index ad0395c3aaeb3cf100be014f5089dc21cc00bc0b..a52d93c28f5f6d000bf6f920868cf96a69a56763 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -161,11 +161,11 @@ void ConvertEventLocationToDip(int64_t display_id, ui::LocatedEvent* event) {
|
| }
|
|
|
| // Set the |target| to be the target window of this |event| and send it to
|
| -// the EventProcessor.
|
| +// the EventSink.
|
| void DispatchEventToTarget(ui::Event* event, WindowMus* target) {
|
| ui::Event::DispatcherApi dispatch_helper(event);
|
| dispatch_helper.set_target(target->GetWindow());
|
| - GetWindowTreeHostMus(target)->SendEventToProcessor(event);
|
| + GetWindowTreeHostMus(target)->SendEventToSink(event);
|
| }
|
|
|
| } // namespace
|
|
|