Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index ae90f549f6ad93ea022c9aaa9beca0091bbdbe3d..4ef23a677c1eb6eefd48be8615a4590925ac9eef 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -292,18 +292,20 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
virtual internal::FocusManager* GetFocusManager() OVERRIDE; |
// Overridden from ui::GestureEventHelper. |
- virtual ui::GestureEvent* CreateGestureEvent(ui::EventType type, |
+ virtual ui::GestureEvent* CreateGestureEvent( |
+ ui::EventType type, |
const gfx::Point& location, |
int flags, |
- const base::Time time, |
+ base::Time time, |
float param_first, |
float param_second, |
unsigned int touch_id_bitfield) OVERRIDE; |
- virtual ui::TouchEvent* CreateTouchEvent(ui::EventType type, |
- const gfx::Point& location, |
- int touch_id, |
- base::TimeDelta time_stamp) OVERRIDE; |
+ virtual ui::TouchEvent* CreateTouchEvent( |
+ ui::EventType type, |
+ const gfx::Point& location, |
+ int touch_id, |
+ base::TimeDelta time_stamp) OVERRIDE; |
virtual bool DispatchLongPressGestureEvent(ui::GestureEvent* event) OVERRIDE; |
virtual bool DispatchCancelTouchEvent(ui::TouchEvent* event) OVERRIDE; |