| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 625d58164ab50d2df97cfe09e8052624b8fe0fc9..3df57d69da47892f504e9dccc69b655c9b507006 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -948,7 +948,6 @@ WebInputEventResult WebViewImpl::handleSyntheticWheelFromTouchpadPinchEvent(cons
|
| wheelEvent.wheelTicksX = 0;
|
| wheelEvent.wheelTicksY =
|
| pinchEvent.data.pinchUpdate.scale > 1 ? 1 : -1;
|
| - wheelEvent.canScroll = false;
|
|
|
| return handleInputEvent(wheelEvent);
|
| }
|
|
|