| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index c7d01ec616a28ce69e55602bd32c1776ed2416f1..a1033f1465c4a53a786cc764e7cef9b52ad0ab7b 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -497,6 +497,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyMotion: return 460;
|
| case CSSPropertyX: return 461;
|
| case CSSPropertyY: return 462;
|
| + case CSSPropertyRx: return 463;
|
| + case CSSPropertyRy: return 464;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -513,7 +515,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 462; }
|
| +static int maximumCSSSampleId() { return 464; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|