| Index: ash/wm/gestures/two_finger_drag_handler.cc
|
| diff --git a/ash/wm/gestures/two_finger_drag_handler.cc b/ash/wm/gestures/two_finger_drag_handler.cc
|
| index 9decd47176b54725d20060d7e5fa72e86bbfb70d..53475fe278b871602af922217b59c8ce913771f2 100644
|
| --- a/ash/wm/gestures/two_finger_drag_handler.cc
|
| +++ b/ash/wm/gestures/two_finger_drag_handler.cc
|
| @@ -107,7 +107,7 @@ bool TwoFingerDragHandler::ProcessGestureEvent(aura::Window* target,
|
| return false;
|
| }
|
|
|
| - if (!window_resizer_.get()) {
|
| + if (!window_resizer_) {
|
| // Consume all two-finger gestures on a normal window.
|
| return event.details().touch_points() == 2 &&
|
| target->type() == aura::client::WINDOW_TYPE_NORMAL &&
|
|
|