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

Unified Diff: core/svg/SVGFilterElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/svg/SVGFETurbulenceElement.idl ('k') | core/svg/SVGFilterPrimitiveStandardAttributes.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGFilterElement.idl
diff --git a/core/svg/SVGFilterElement.idl b/core/svg/SVGFilterElement.idl
index 3c990a76491118d415f344b4ec6415b643a270f5..2d939a3633703008005a765e9158cdd7c212a2dc 100644
--- a/core/svg/SVGFilterElement.idl
+++ b/core/svg/SVGFilterElement.idl
@@ -26,15 +26,13 @@
// http://www.w3.org/TR/filter-effects/#InterfaceSVGFilterElement
-[
- TypeChecking=Interface,
-] interface SVGFilterElement : SVGElement {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration filterUnits;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration primitiveUnits;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
+interface SVGFilterElement : SVGElement {
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration filterUnits;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration primitiveUnits;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength y;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength width;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength height;
};
SVGFilterElement implements SVGURIReference;
« no previous file with comments | « core/svg/SVGFETurbulenceElement.idl ('k') | core/svg/SVGFilterPrimitiveStandardAttributes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698