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

Unified Diff: Source/core/css/CSSParser.cpp

Issue 14612004: Remove CURSOR_VISIBILITY, it's always off (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Upload again 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/core/css/CSSParser.cpp
diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
index f1e55e0b64cdcb6170d48147b711d464dd3f0b68..4f692bc7d29871d56c5b541e1089ff976b16e889 100644
--- a/Source/core/css/CSSParser.cpp
+++ b/Source/core/css/CSSParser.cpp
@@ -2003,13 +2003,6 @@ bool CSSParser::parseValue(CSSPropertyID propId, bool important)
break;
}
-#if ENABLE(CURSOR_VISIBILITY)
- case CSSPropertyWebkitCursorVisibility:
- if (id == CSSValueAuto || id == CSSValueAutoHide)
- validPrimitive = true;
- break;
-#endif
-
case CSSPropertyBackgroundAttachment:
#if ENABLE(CSS_COMPOSITING)
case CSSPropertyBackgroundBlendMode:

Powered by Google App Engine
This is Rietveld 408576698