Chromium Code Reviews| Index: ui/aura/window_event_dispatcher.h | 
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h | 
| index 6b1cadc54474e27e073b45397e3ac1c733c74347..c439b68a119546c1647267a0968b3cd95ea80d22 100644 | 
| --- a/ui/aura/window_event_dispatcher.h | 
| +++ b/ui/aura/window_event_dispatcher.h | 
| @@ -78,7 +78,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, | 
| // Dispatches a ui::ET_MOUSE_EXITED event at |point|. | 
| // TODO(beng): needed only for WTH::OnCursorVisibilityChanged(). | 
| - ui::EventDispatchDetails DispatchMouseExitAtPoint( | 
| + ui::EventDispatchDetails DispatchMouseExitAtPoint(Window* window, | 
| 
 
sky
2014/12/18 20:29:29
Run git cl format.
 
Miyoung Shin
2014/12/19 14:39:43
OK
 
 | 
| const gfx::Point& point) WARN_UNUSED_RESULT; | 
| // Gesture Recognition ------------------------------------------------------- | 
| @@ -151,7 +151,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, | 
| // Dispatches the specified event type (intended for enter/exit) to the | 
| // |mouse_moved_handler_|. | 
| - ui::EventDispatchDetails DispatchMouseEnterOrExit( | 
| + ui::EventDispatchDetails DispatchMouseEnterOrExit(Window* target, | 
| const ui::MouseEvent& event, | 
| ui::EventType type) WARN_UNUSED_RESULT; | 
| ui::EventDispatchDetails ProcessGestures( |