| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 63b0d349422a57d463da89dd6d157c94b4314d35..bcde98de5815568d67e7559ce77702047606e0f2 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -540,6 +540,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyRotate: return 505;
|
| case CSSPropertyScale: return 506;
|
| case CSSPropertyImageOrientation: return 507;
|
| + case CSSPropertyBackdropFilter: return 508;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -556,7 +557,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 507; }
|
| +static int maximumCSSSampleId() { return 508; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|