| Index: ui/aura/window_tree_host_platform.cc
|
| diff --git a/ui/aura/window_tree_host_platform.cc b/ui/aura/window_tree_host_platform.cc
|
| index f824afd11405586a5efeda45ceffb31fb13415c4..3b5cb68a747c5c649052bb8d89bbd4f5077637ab 100644
|
| --- a/ui/aura/window_tree_host_platform.cc
|
| +++ b/ui/aura/window_tree_host_platform.cc
|
| @@ -150,7 +150,7 @@ void WindowTreeHostPlatform::OnDamageRect(const gfx::Rect& damage_rect) {
|
|
|
| void WindowTreeHostPlatform::DispatchEvent(ui::Event* event) {
|
| TRACE_EVENT0("input", "WindowTreeHostPlatform::DispatchEvent");
|
| - ui::EventDispatchDetails details = SendEventToProcessor(event);
|
| + ui::EventDispatchDetails details = SendEventToSink(event);
|
| if (details.dispatcher_destroyed)
|
| event->SetHandled();
|
| }
|
|
|