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

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

Issue 2898133002: CSS: Use count unitless 0 supplied as <angle> (Closed)
Patch Set: 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
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 63c806888c80bf0f15b6ea4d5b4bd1547250838c..e65ec2c24f31929d3712b581530b6f4773055cab 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1609,6 +1609,11 @@ class CORE_EXPORT UseCounter {
kThreeValuedPositionGradient = 2003,
kThreeValuedPositionObjectPosition = 2004,
kThreeValuedPositionPerspectiveOrigin = 2005,
+ kUnitlessZeroAngleCustomProperty = 2006,
+ kUnitlessZeroAngleFilter = 2007,
+ kUnitlessZeroAngleGradient = 2008,
+ kUnitlessZeroAngleOffsetRotate = 2009,
+ kUnitlessZeroAngleTransform = 2010,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.cpp ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698