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

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

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg 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 | « Source/core/animation/EffectInput.cpp ('k') | Source/core/paint/SVGFilterPainter.cpp » ('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 4c686704353bc7dc909f173878c1b152727d4c68..ca1d045fc4b1066ae9445e291f31db2614dd16a1 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -653,7 +653,6 @@ public:
TabStopProperty = 746,
TabStopAttribute = 747,
LegacyConst = 748,
- SVGFilterRes = 749,
V8Permissions_Query_Method = 750,
// The above items are available in M43 branch.
@@ -700,9 +699,6 @@ public:
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,
« no previous file with comments | « Source/core/animation/EffectInput.cpp ('k') | Source/core/paint/SVGFilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698