| Index: third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| index 65a6501023b0b9024a31edfdcfdcdb0835d02b01..f9a4a13445237ad3311b45e43c708300cfda0ac5 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| @@ -169,6 +169,7 @@ WebInputEventResult PageWidgetDelegate::handleInputEvent(PageWidgetEventHandler&
|
| case WebInputEvent::TouchMove:
|
| case WebInputEvent::TouchEnd:
|
| case WebInputEvent::TouchCancel:
|
| + case WebInputEvent::TouchScrollStarted:
|
| if (!root || !root->view())
|
| return WebInputEventResult::NotHandled;
|
| return handler.handleTouchEvent(*root, static_cast<const WebTouchEvent&>(event));
|
|
|