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

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

Issue 263633002: Add use counters for a number of prefixed APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 | « Source/core/fileapi/File.idl ('k') | no next file » | 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 6a64140d5cbb64c4c05407042bcd3c20f90f02a8..81ce26b4497c9b8486c7e45bb7bb1b80169f96a3 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -383,6 +383,17 @@ public:
DocumentImportNodeOptionalArgument = 373,
HTMLTableElementVspace = 374,
HTMLTableElementHspace = 375,
+ PrefixedDocumentExitPointerLock = 376,
+ PrefixedDocumentPointerLockElement = 377,
+ PrefixedTouchRadiusX = 378,
+ PrefixedTouchRadiusY = 379,
+ PrefixedTouchRotationAngle = 380,
+ PrefixedTouchForce = 381,
+ PrefixedMouseEventMovementX = 382,
+ PrefixedMouseEventMovementY = 383,
+ PrefixedWheelEventDirectionInvertedFromDevice = 384,
+ PrefixedWheelEventInit = 385,
+ PrefixedFileRelativePath = 386,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
NumberOfFeatures, // This enum value must be last.
« no previous file with comments | « Source/core/fileapi/File.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698