| Index: ui/events/gestures/gesture_provider_aura.h
|
| diff --git a/ui/events/gestures/gesture_provider_aura.h b/ui/events/gestures/gesture_provider_aura.h
|
| index 236a5ac40dbdf1241fdf2c5f69e89c71648a0733..c188905dd9d31ad74362c3dcf2cfc1b31b5a1fea 100644
|
| --- a/ui/events/gestures/gesture_provider_aura.h
|
| +++ b/ui/events/gestures/gesture_provider_aura.h
|
| @@ -38,11 +38,6 @@ class EVENTS_EXPORT GestureProviderAura : public GestureProviderClient {
|
| void OnGestureEvent(const GestureEventData& gesture) override;
|
|
|
| private:
|
| - bool IsConsideredDoubleTap(const GestureEventData& previous_tap,
|
| - const GestureEventData& current_tap) const;
|
| -
|
| - scoped_ptr<GestureEventData> previous_tap_;
|
| -
|
| GestureProviderAuraClient* client_;
|
| MotionEventAura pointer_state_;
|
| FilteredGestureProvider filtered_gesture_provider_;
|
|
|