| 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 1c9a364d9b48c1f303066ac97671804d1b74aa2a..83760b1321f10493ad17982386e59e8dbe5f43bc 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -949,7 +949,6 @@ WebInputEventResult WebViewImpl::handleSyntheticWheelFromTouchpadPinchEvent(cons
|
| wheelEvent.wheelTicksX = 0;
|
| wheelEvent.wheelTicksY =
|
| pinchEvent.data.pinchUpdate.scale > 1 ? 1 : -1;
|
| - wheelEvent.canScroll = false;
|
|
|
| return handleInputEvent(wheelEvent);
|
| }
|
|
|