Chromium Code Reviews

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

Issue 808763003: Add a UseCounter for WebKitCSSMatrix (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/css/WebKitCSSMatrix.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 4f6b58a41c26fc2dbcb9002ac3540f48d3b8717f..4b02c83bfa474767da5839ae5ccbd95214b18875 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -569,6 +569,7 @@ public:
CSSSelectorPseudoFullScreenDocument = 627,
CSSSelectorPseudoFullScreenAncestor = 628,
CSSSelectorPseudoFullScreen = 629,
+ WebKitCSSMatrix = 630,
// 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 | « Source/core/css/WebKitCSSMatrix.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine