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

Unified Diff: Source/core/svg/SVGPatternElement.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/SVGPatternElement.idl
diff --git a/Source/core/svg/SVGPatternElement.idl b/Source/core/svg/SVGPatternElement.idl
index 7c0b6774287449df066a743bbb46c42f07da4136..292c49a4a323ef8f8e3a805dbbc38424fe43abac 100644
--- a/Source/core/svg/SVGPatternElement.idl
+++ b/Source/core/svg/SVGPatternElement.idl
@@ -24,10 +24,7 @@
*/
interface SVGPatternElement : SVGStyledElement,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGFitToViewBox
- /* SVGUnitTypes */ {
+ SVGLangSpace {
readonly attribute SVGAnimatedEnumeration patternUnits;
readonly attribute SVGAnimatedEnumeration patternContentUnits;
readonly attribute SVGAnimatedTransformList patternTransform;
@@ -37,6 +34,8 @@ interface SVGPatternElement : SVGStyledElement,
readonly attribute SVGAnimatedLength height;
};
+SVGPatternElement implements SVGExternalResourcesRequired;
+SVGPatternElement implements SVGFitToViewBox;
SVGPatternElement implements SVGTests;
SVGPatternElement implements SVGURIReference;

Powered by Google App Engine
This is Rietveld 408576698