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

Unified Diff: core/svg/SVGEllipseElement.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/SVGDefsElement.idl ('k') | core/svg/SVGException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGEllipseElement.idl
diff --git a/core/svg/SVGEllipseElement.idl b/core/svg/SVGEllipseElement.idl
index db65f0e6fb2fcd669597ff33b0e617a54ffa3f79..b2f791e38ed7d827429308898cadc887cb365057 100644
--- a/core/svg/SVGEllipseElement.idl
+++ b/core/svg/SVGEllipseElement.idl
@@ -24,9 +24,7 @@
*/
interface SVGEllipseElement : SVGStyledElement,
- SVGTests,
SVGLangSpace,
- SVGExternalResourcesRequired,
SVGTransformable {
readonly attribute SVGAnimatedLength cx;
readonly attribute SVGAnimatedLength cy;
@@ -34,3 +32,6 @@ interface SVGEllipseElement : SVGStyledElement,
readonly attribute SVGAnimatedLength ry;
};
+SVGEllipseElement implements SVGExternalResourcesRequired;
+SVGEllipseElement implements SVGTests;
+
« no previous file with comments | « core/svg/SVGDefsElement.idl ('k') | core/svg/SVGException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698