| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 4be6424aa5c6e6fef62172fee654c8d23926633e..4cd893fdf1b3d54701681be33902adf72e68e104 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -537,6 +537,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyScrollSnapPointsY: return 501;
|
| case CSSPropertyScrollSnapCoordinate: return 502;
|
| case CSSPropertyScrollSnapDestination: return 503;
|
| + case CSSPropertyImageOrientation: return 504;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -553,7 +554,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 503; }
|
| +static int maximumCSSSampleId() { return 504; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|