summaryrefslogtreecommitdiffstats
path: root/ash/wm/gestures/two_finger_drag_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/gestures/two_finger_drag_handler.cc')
-rw-r--r--ash/wm/gestures/two_finger_drag_handler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/wm/gestures/two_finger_drag_handler.cc b/ash/wm/gestures/two_finger_drag_handler.cc
index 7ed214a..a450a27 100644
--- a/ash/wm/gestures/two_finger_drag_handler.cc
+++ b/ash/wm/gestures/two_finger_drag_handler.cc
@@ -136,7 +136,8 @@ bool TwoFingerDragHandler::ProcessGestureEvent(aura::Window* target,
internal::SnapSizer sizer(target,
gfx::Point(),
event.details().swipe_left() ? internal::SnapSizer::LEFT_EDGE :
- internal::SnapSizer::RIGHT_EDGE);
+ internal::SnapSizer::RIGHT_EDGE,
+ internal::SnapSizer::OTHER_INPUT);
ui::ScopedLayerAnimationSettings scoped_setter(
target->layer()->GetAnimator());