Chromium Code Reviews| 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 ff7c319eb6968a3f65f68583a9d3047a57c8f04a..cf718c56c2ea4f28729415462bb63c0d9dec7e10 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -1448,6 +1448,9 @@ class CORE_EXPORT UseCounter { |
| WebNFCWatch = 1795, |
| WebNFCCancelWatch = 1796, |
| AudioParamCancelAndHoldAtTime = 1797, |
| + CSSValueUserModifyReadOnly = 1798, |
|
Manuel Rego
2017/02/03 14:12:07
Not really important but we usually have comments
Xiaocheng
2017/02/03 14:35:13
Thanks, with a question.
Counters starting from 1
Manuel Rego
2017/02/03 14:46:22
That's a good question and I don't have a good ans
|
| + CSSValueUserModifyReadWrite = 1799, |
| + CSSValueUserModifyReadWritePlaintextOnly = 1800, |
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |