| Index: ui/events/gesture_detection/gesture_provider.cc
|
| diff --git a/ui/events/gesture_detection/gesture_provider.cc b/ui/events/gesture_detection/gesture_provider.cc
|
| index ca66e788ac83bb1ffb967e84f9bae18daaa43c23..174b1408f7b950af4214cd595c6294cfabb3a12b 100644
|
| --- a/ui/events/gesture_detection/gesture_provider.cc
|
| +++ b/ui/events/gesture_detection/gesture_provider.cc
|
| @@ -88,7 +88,7 @@ class GestureProvider::GestureListenerImpl : public ScaleGestureListener,
|
| gesture_detector_(config.gesture_detector_config, this, this),
|
| scale_gesture_detector_(config.scale_gesture_detector_config, this),
|
| snap_scroll_controller_(config.gesture_detector_config.touch_slop,
|
| - config.display.size()),
|
| + gfx::SizeF(config.display.size())),
|
| ignore_multitouch_zoom_events_(false),
|
| ignore_single_tap_(false),
|
| pinch_event_sent_(false),
|
|
|