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

Unified Diff: core/svg/SVGSVGElement.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/SVGRectElement.idl ('k') | core/svg/SVGScriptElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGSVGElement.idl
diff --git a/core/svg/SVGSVGElement.idl b/core/svg/SVGSVGElement.idl
index e32c0a395564dbcf38ce9589dc5136b8550ff164..a6e5471e566a31e961078d73d69c7c141be3f8d6 100644
--- a/core/svg/SVGSVGElement.idl
+++ b/core/svg/SVGSVGElement.idl
@@ -24,12 +24,8 @@
// TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
// TODO: no events::DocumentEvent available!
interface SVGSVGElement : SVGStyledElement,
- SVGTests,
SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGTransformable,
- SVGFitToViewBox,
- SVGZoomAndPan {
+ SVGTransformable {
readonly attribute SVGAnimatedLength x;
readonly attribute SVGAnimatedLength y;
readonly attribute SVGAnimatedLength width;
@@ -76,3 +72,8 @@ interface SVGSVGElement : SVGStyledElement,
Element getElementById([Default=Undefined] optional DOMString elementId);
};
+SVGSVGElement implements SVGExternalResourcesRequired;
+SVGSVGElement implements SVGTests;
+SVGSVGElement implements SVGFitToViewBox;
+SVGSVGElement implements SVGZoomAndPan;
+
« no previous file with comments | « core/svg/SVGRectElement.idl ('k') | core/svg/SVGScriptElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698