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

Unified Diff: Source/core/svg/SVGMaskElement.idl

Issue 17573007: Stop inheriting SVGExternalResourcesRequired, SVGFitToViewBox and SVGZoomAndPan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix SVGViewSpec-defaults.html failure Created 7 years, 6 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
Index: Source/core/svg/SVGMaskElement.idl
diff --git a/Source/core/svg/SVGMaskElement.idl b/Source/core/svg/SVGMaskElement.idl
index 2ff679e51f62cbb140a4a5d8a1cb6c4da77b32d8..026ae7966814b2cd888c1140e60d0795dae0a03b 100644
--- a/Source/core/svg/SVGMaskElement.idl
+++ b/Source/core/svg/SVGMaskElement.idl
@@ -24,8 +24,7 @@
*/
interface SVGMaskElement : SVGStyledElement,
- SVGLangSpace,
- SVGExternalResourcesRequired {
+ SVGLangSpace {
readonly attribute SVGAnimatedEnumeration maskUnits;
readonly attribute SVGAnimatedEnumeration maskContentUnits;
@@ -35,5 +34,6 @@ interface SVGMaskElement : SVGStyledElement,
readonly attribute SVGAnimatedLength height;
};
+SVGMaskElement implements SVGExternalResourcesRequired;
SVGMaskElement implements SVGTests;

Powered by Google App Engine
This is Rietveld 408576698