Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: Source/web/WebViewImpl.cpp

Issue 34353004: Enabled link highlights on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaselines for pixel tests Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698