| 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 e2c41392f90da57f9594eb456f320a8d51b081f9..0cc86135d071d57e4b25fb7eda4f3f3e069c6e5d 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));
|
|
|