| Index: ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h
|
| diff --git a/ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h b/ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h
|
| index a0863bf08bea0d46ede63b8291d47232ab11d520..f23d2fd488b78231c8aca3bdbc632860e96cc7de 100644
|
| --- a/ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h
|
| +++ b/ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h
|
| @@ -68,7 +68,7 @@ class EVENTS_OZONE_EVDEV_EXPORT GestureInterpreterLibevdevCros
|
| void OnGesturePinch(const Gesture* gesture, const GesturePinch* pinch);
|
| void OnGestureMetrics(const Gesture* gesture, const GestureMetrics* metrics);
|
|
|
| - void Dispatch(Event* event);
|
| + void Dispatch(scoped_ptr<Event> event);
|
| void DispatchMouseButton(unsigned int modifier, bool down);
|
| void DispatchChangedKeys(Evdev* evdev, const timeval& time);
|
|
|
|
|