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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2917573002: CSS Custom Properties: Angles do not support unitless 0 (Closed)
Patch Set: remove obsolete test Created 3 years, 7 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 | « third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index ae8a328eeada675730508477922dc49fb1639487..c24855866cc43133f2edbadd80d109da5927a6e7 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1608,7 +1608,6 @@ class CORE_EXPORT UseCounter {
kThreeValuedPositionGradient = 2003,
kThreeValuedPositionObjectPosition = 2004,
kThreeValuedPositionPerspectiveOrigin = 2005,
- kUnitlessZeroAngleCustomProperty = 2006,
kUnitlessZeroAngleFilter = 2007,
kUnitlessZeroAngleGradient = 2008,
kUnitlessZeroAngleOffsetRotate = 2009,
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698