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

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

Issue 2703423009: Add use counters for recently launched canvas features (Closed)
Patch Set: histo fix Created 3 years, 10 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 | third_party/WebKit/Source/core/html/HTMLCanvasElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef4fa20c14fbfc2d67ea7cb46105921f7d86538d..e15ebf81203aeb0a8fb3ec31e064cbadd4349070 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -231,7 +231,6 @@ class CORE_EXPORT UseCounter {
DeprecatedWebKitRepeatingLinearGradient = 262,
DeprecatedWebKitRadialGradient = 263,
DeprecatedWebKitRepeatingRadialGradient = 264,
- UnprefixedImageSmoothingEnabled = 268,
// The above items are available in M34 branch.
TextAutosizing = 274,
@@ -1477,6 +1476,13 @@ class CORE_EXPORT UseCounter {
LocationOrigin = 1827,
DocumentOrigin = 1828,
SubtleCryptoOnlyStrictSecureContextCheckFailed = 1829,
+ Canvas2DFilter = 1830,
+ Canvas2DImageSmoothingQuality = 1831,
+ CanvasToBlob = 1832,
+ CanvasToDataURL = 1833,
+ OffscreenCanvasConvertToBlob = 1834,
+ SVGInCanvas2D = 1835,
+ SVGInWebGL = 1836,
// 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 | third_party/WebKit/Source/core/html/HTMLCanvasElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698