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

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

Issue 1153763008: Sync SVG interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address feedback Created 5 years, 7 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/svg/SVGAElement.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 291509dcedc5b1c4e969927a502bf1afde7ebabc..a0bc6db7ab08d1aa1e5ccd7bb83c20edf815035f 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -699,6 +699,17 @@ public:
V8Screen_AvailLeft_AttributeGetter = 786,
V8Screen_AvailTop_AttributeGetter = 787,
ObjectObserve = 788,
+ V8SVGAnimationElement_HasExtension_Method = 789,
+ V8SVGCursorElement_HasExtension_Method = 790,
+ V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791,
+ V8SVGFilterElement_FilterResX_AttributeGetter = 792,
+ V8SVGFilterElement_FilterResY_AttributeGetter = 793,
+ V8SVGFilterElement_SetFilterRes_Method = 794,
+ V8SVGGraphicsElement_HasExtension_Method = 795,
+ V8SVGMaskElement_HasExtension_Method = 796,
+ V8SVGPatternElement_HasExtension_Method = 797,
+ V8SVGStyleElement_Disabled_AttributeGetter = 798,
+ V8SVGStyleElement_Disabled_AttributeSetter = 799,
// 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 | Source/core/svg/SVGAElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698