| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index b7c4531a04080ecdc50970edc04645fbb61136fb..fd47a244ccab682fceef3d5a9f76abdfc6045cd8 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -532,6 +532,9 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyAliasWebkitShapeImageThreshold: return 496;
|
| case CSSPropertyAliasWebkitShapeMargin: return 497;
|
| case CSSPropertyAliasWebkitShapeOutside: return 498;
|
| + case CSSPropertyTranslate: return 499;
|
| + case CSSPropertyRotate: return 500;
|
| + case CSSPropertyScale: return 501;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -548,7 +551,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 498; }
|
| +static int maximumCSSSampleId() { return 501; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|