| Index: ui/base/gestures/gesture_point.cc
|
| diff --git a/ui/base/gestures/gesture_point.cc b/ui/base/gestures/gesture_point.cc
|
| index 1447a43afab349d72b45559497a6a50d96fbcdc0..31d9e918e2c41c9ac688ce040240e4d57cec05f7 100644
|
| --- a/ui/base/gestures/gesture_point.cc
|
| +++ b/ui/base/gestures/gesture_point.cc
|
| @@ -191,7 +191,7 @@ void GesturePoint::UpdateEnclosingRectangle(const TouchEvent& event) {
|
| radius * 2,
|
| radius * 2);
|
| if (IsInClickWindow(event))
|
| - enclosing_rect_ = enclosing_rect_.Union(rect);
|
| + enclosing_rect_.Union(rect);
|
| else
|
| enclosing_rect_ = rect;
|
| }
|
|
|