| Index: third_party/WebKit/Source/core/input/ScrollManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.cpp b/third_party/WebKit/Source/core/input/ScrollManager.cpp
|
| index 6d05fe059f6f8a7ddb8b1370866f43cd5abda5ea..7a15c38adbb1d717749191719545cd89e3a2b6f5 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.cpp
|
| @@ -461,6 +461,7 @@ WebInputEventResult ScrollManager::handleGestureScrollEvent(
|
| case WebInputEvent::GestureScrollEnd:
|
| return handleGestureScrollEnd(gestureEvent);
|
| case WebInputEvent::GestureFlingStart:
|
| + case WebInputEvent::GestureFlingCancel:
|
| case WebInputEvent::GesturePinchBegin:
|
| case WebInputEvent::GesturePinchEnd:
|
| case WebInputEvent::GesturePinchUpdate:
|
|
|