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

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

Issue 240353003: Adding use counters for non-standard 2D canvas APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/core/html/canvas/CanvasRenderingContext2D.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 6361f1a69eb26f6cbfd31a8cc5ac683f49c9c40d..f5465047c2a5b3407a83dc06c3a7d479f0703666 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -345,6 +345,17 @@ public:
SelectionSetPosition = 327,
AnimationPlayerFinishEvent = 328,
SVGSVGElementInXMLDocument = 329,
+ CanvasRenderingContext2DSetAlpha = 330,
+ CanvasRenderingContext2DSetCompositeOperation = 331,
+ CanvasRenderingContext2DSetLineWidth = 332,
+ CanvasRenderingContext2DSetLineCap = 333,
+ CanvasRenderingContext2DSetLineJoin = 334,
+ CanvasRenderingContext2DSetMiterLimit = 335,
+ CanvasRenderingContext2DClearShadow = 336,
+ CanvasRenderingContext2DSetStrokeColor = 337,
+ CanvasRenderingContext2DSetFillColor = 338,
+ CanvasRenderingContext2DDrawImageFromRect = 339,
+ CanvasRenderingContext2DSetShadow = 340,
// 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 | « no previous file | Source/core/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698