| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 8c379bae1ef2fcb1b3bc0d26c86ce16cd53f0bdd..84655caac6d7895049148ab146218ebd3140169d 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1620,6 +1620,10 @@ class CORE_EXPORT UseCounter {
|
| kTableSectionDirectionDifferentFromTable = 2016,
|
| // The above items are available in M60 branch.
|
|
|
| + kBudgetAPIGetCost = 2021,
|
| + kBudgetAPIGetBudget = 2022,
|
| + // The above items were merged to the M60 branch.
|
| +
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| // Also, run update_use_counter_feature_enum.py in
|
|
|