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

Unified Diff: core/svg/SVGPatternElement.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/SVGPathElement.idl ('k') | core/svg/SVGPolygonElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGPatternElement.idl
diff --git a/core/svg/SVGPatternElement.idl b/core/svg/SVGPatternElement.idl
index d8fe822e7103488ac66618fe63add31c50a9b14c..292c49a4a323ef8f8e3a805dbbc38424fe43abac 100644
--- a/core/svg/SVGPatternElement.idl
+++ b/core/svg/SVGPatternElement.idl
@@ -24,12 +24,7 @@
*/
interface SVGPatternElement : SVGStyledElement,
- SVGURIReference,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGFitToViewBox
- /* SVGUnitTypes */ {
+ SVGLangSpace {
readonly attribute SVGAnimatedEnumeration patternUnits;
readonly attribute SVGAnimatedEnumeration patternContentUnits;
readonly attribute SVGAnimatedTransformList patternTransform;
@@ -39,3 +34,8 @@ interface SVGPatternElement : SVGStyledElement,
readonly attribute SVGAnimatedLength height;
};
+SVGPatternElement implements SVGExternalResourcesRequired;
+SVGPatternElement implements SVGFitToViewBox;
+SVGPatternElement implements SVGTests;
+SVGPatternElement implements SVGURIReference;
+
« no previous file with comments | « core/svg/SVGPathElement.idl ('k') | core/svg/SVGPolygonElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698