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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.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
« no previous file with comments | « no previous file | Source/core/css/CSSParser.cpp » ('j') | Source/core/page/UseCounter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 2229e30023b603739ab8ab7f13ae202ff20c92fc..a3642e2921c00051babb7c275c9fc60b9edb1917 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -254,9 +254,6 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyWebkitColumnRuleWidth,
CSSPropertyWebkitColumnSpan,
CSSPropertyWebkitColumnWidth,
-#if ENABLE(CURSOR_VISIBILITY)
- CSSPropertyWebkitCursorVisibility,
-#endif
CSSPropertyWebkitFilter,
CSSPropertyWebkitAlignContent,
CSSPropertyWebkitAlignItems,
@@ -1828,10 +1825,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
}
return value.release();
}
-#if ENABLE(CURSOR_VISIBILITY)
- case CSSPropertyWebkitCursorVisibility:
- return cssValuePool().createValue(style->cursorVisibility());
-#endif
case CSSPropertyDirection:
return cssValuePool().createValue(style->direction());
case CSSPropertyDisplay:
« no previous file with comments | « no previous file | Source/core/css/CSSParser.cpp » ('j') | Source/core/page/UseCounter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698