| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 54ad60773957bfcc16d13eb0f861204eefdfaedf..81e1ed2db192d25ca2deae1fad91bb9bd22f849a 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -294,12 +294,10 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
|
|
| // Overridden from ui::GestureEventHelper.
|
| virtual ui::GestureEvent* CreateGestureEvent(
|
| - ui::EventType type,
|
| + const ui::GestureEventDetails& details,
|
| const gfx::Point& location,
|
| int flags,
|
| base::Time time,
|
| - float param_first,
|
| - float param_second,
|
| unsigned int touch_id_bitfield) OVERRIDE;
|
|
|
| virtual ui::TouchEvent* CreateTouchEvent(
|
|
|