Index: Source/core/page/UseCounter.cpp |
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp |
index f0d62ee6e5c1d0f7a018ad450fcf4c69e80c0d49..7377789dc7e06b4b19beb3fe7cdc238a1bc215b1 100644 |
--- a/Source/core/page/UseCounter.cpp |
+++ b/Source/core/page/UseCounter.cpp |
@@ -490,6 +490,7 @@ static int mapCSSPropertyIdToCSSSampleId(int id) |
case CSSPropertyWebkitGridAutoColumns: return 418; |
case CSSPropertyBackgroundBlendMode: return 419; |
case CSSPropertyMixBlendMode: return 420; |
+ case CSSPropertyTouchAction: return 421; |
// Add new features above this line (don't change the assigned numbers of the existing |
// items) and update maximumCSSSampleId() with the new maximum value. |
@@ -504,7 +505,7 @@ static int mapCSSPropertyIdToCSSSampleId(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 420; } |
+static int maximumCSSSampleId() { return 421; } |
UseCounter::UseCounter() |
{ |