| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 79ba3c7b2cbc17cf5c45f2994d6c21658cb90cc4..de10d68377158925b2275357bf99729a46993bfd 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -74,7 +74,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
|
|
| // Dispatches a ui::ET_MOUSE_EXITED event at |point|.
|
| // TODO(beng): needed only for WTH::OnCursorVisibilityChanged().
|
| - void DispatchMouseExitAtPoint(const gfx::Point& point);
|
| + ui::EventDispatchDetails DispatchMouseExitAtPoint(const gfx::Point& point);
|
|
|
| // Gesture Recognition -------------------------------------------------------
|
|
|
|
|