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

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

Issue 1084563002: Add UseCounter for autocapitalize. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 0e53e430eaabc719c869b1a61c5dc35c91cb5a39..f8668c5aed17f0e29eac393e10a098d4420e8a38 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -685,6 +685,10 @@ public:
LegacyCSSValueIntrinsic = 751,
LegacyCSSValueMinIntrinsic = 752,
WebkitCanvas = 753,
+ V8HTMLInputElement_Autocapitalize_AttributeGetter = 754,
+ V8HTMLInputElement_Autocapitalize_AttributeSetter = 755,
+ V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756,
+ V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698