| Index: ui/events/gestures/gesture_recognizer_impl.h
|
| diff --git a/ui/events/gestures/gesture_recognizer_impl.h b/ui/events/gestures/gesture_recognizer_impl.h
|
| index afbcfb2c272fada8699c2331e6d4f0fc8de25ac0..c553f5e80c6f11b014c943952513ddae7d3ad9eb 100644
|
| --- a/ui/events/gestures/gesture_recognizer_impl.h
|
| +++ b/ui/events/gestures/gesture_recognizer_impl.h
|
| @@ -86,7 +86,8 @@ class EVENTS_EXPORT GestureRecognizerImpl : public GestureRecognizer,
|
| // Convenience method to find the GestureEventHelper that can dispatch events
|
| // to a specific |consumer|.
|
| GestureEventHelper* FindDispatchHelperForConsumer(GestureConsumer* consumer);
|
| - std::map<GestureConsumer*, GestureProviderAura*> consumer_gesture_provider_;
|
| + std::map<GestureConsumer*, std::unique_ptr<GestureProviderAura>>
|
| + consumer_gesture_provider_;
|
|
|
| // |touch_id_target_| maps a touch-id to its target window.
|
| // touch-ids are removed from |touch_id_target_| on
|
|
|