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

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

Issue 20034002: Add support for KeyboardEvent.location attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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: Source/core/page/UseCounter.h
diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h
index 205febc100e280b23789891a935247ffce71d179..e5c6540a067264eebdb47240ea64a9e915f69879 100644
--- a/Source/core/page/UseCounter.h
+++ b/Source/core/page/UseCounter.h
@@ -146,6 +146,7 @@ public:
FormElement,
DemotedFormElement,
CaptureAttributeAsEnum,
+ KeyboardEventKeyLocation,
// Add new features immediately above this line. Don't change assigned numbers of each items.
NumberOfFeatures, // This enum value must be last.
};

Powered by Google App Engine
This is Rietveld 408576698