| Index: ui/aura/event.h
|
| diff --git a/ui/aura/event.h b/ui/aura/event.h
|
| index b4dfcd4a2dc50bffdfd8bcbdb0d69c933b261b05..ca3477c8c22deddbacb947de1aec4faadac89f12 100644
|
| --- a/ui/aura/event.h
|
| +++ b/ui/aura/event.h
|
| @@ -366,8 +366,7 @@ class AURA_EXPORT GestureEvent : public LocatedEvent,
|
| int y,
|
| int flags,
|
| base::Time time_stamp,
|
| - float delta_x,
|
| - float delta_y,
|
| + const ui::GestureEventDetails& details,
|
| unsigned int touch_ids_bitfield);
|
|
|
| // Create a new GestureEvent which is identical to the provided model.
|
|
|