| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index c6b3b69103bfd2c37f19971da7d7b1170c63ef5c..e536576e10fa94007768f449bef9e8ad9fc6f840 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -699,10 +699,8 @@ bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
|
| switch (eventType) {
|
| case WebInputEvent::GestureShowPress:
|
| // Queue a highlight animation, then hand off to regular handler.
|
| -#if OS(LINUX) || OS(ANDROID)
|
| if (settingsImpl()->gestureTapHighlightEnabled())
|
| enableTapHighlightAtPoint(platformEvent);
|
| -#endif
|
| break;
|
| case WebInputEvent::GestureTapCancel:
|
| case WebInputEvent::GestureTap:
|
|
|