summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc')
-rw-r--r--chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc b/chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc
index 6d0d3272130..35c78c16294 100644
--- a/chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc
+++ b/chromium/content/common/input/synthetic_smooth_scroll_gesture_params.cc
@@ -19,8 +19,8 @@ SyntheticSmoothScrollGestureParams::SyntheticSmoothScrollGestureParams()
SyntheticSmoothScrollGestureParams::SyntheticSmoothScrollGestureParams(
const SyntheticSmoothScrollGestureParams& other)
: SyntheticGestureParams(other),
- distance(other.distance),
anchor(other.anchor),
+ distances(other.distances),
prevent_fling(other.prevent_fling),
speed_in_pixels_s(other.speed_in_pixels_s) {}