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

Unified Diff: Source/WebCore/css/CSSProperty.cpp

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/WebCore/css/CSSProperty.cpp
diff --git a/Source/WebCore/css/CSSProperty.cpp b/Source/WebCore/css/CSSProperty.cpp
index 61d63b45eb54f2788a27e37aecb0187f95dfde29..4092bd8fa74acdc66cd0ffd0c0446435b5c5cc22 100644
--- a/Source/WebCore/css/CSSProperty.cpp
+++ b/Source/WebCore/css/CSSProperty.cpp
@@ -374,9 +374,7 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
case CSSPropertyTextAnchor:
case CSSPropertyWritingMode:
#endif
-#if ENABLE(TOUCH_EVENTS)
case CSSPropertyWebkitTapHighlightColor:
-#endif
return true;
case CSSPropertyDisplay:
case CSSPropertyZoom:

Powered by Google App Engine
This is Rietveld 408576698