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..ca8ffe2817223189c089b10ef4ebe9750a5e2d12 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -74,7 +74,8 @@ 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) WARN_UNUSED_RESULT; |
// Gesture Recognition ------------------------------------------------------- |