Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2668423004: Add usage counter for each value of webkit-user-modify (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698