Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 79a4b6a6120e5654b9408e00facd6dd4e66a58a5..04c7376fd6bc56a3d60b3f6efc02edee18cf3f88 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -711,7 +711,7 @@ bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) |
switch (event.type) { |
case WebInputEvent::GestureTapDown: |
// Queue a highlight animation, then hand off to regular handler. |
-#if OS(LINUX) |
+#if OS(LINUX) || OS(ANDROID) |
if (settingsImpl()->gestureTapHighlightEnabled()) |
enableTapHighlightAtPoint(platformEvent); |
#endif |