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

Unified Diff: core/svg/SVGCircleElement.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/SVGAnimationElement.idl ('k') | core/svg/SVGClipPathElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGCircleElement.idl
diff --git a/core/svg/SVGCircleElement.idl b/core/svg/SVGCircleElement.idl
index 97a6e26353b8951fead5f6dc28e451cfa8bbb1d8..b60422dd2d29754eabc65dd03e61bd592b5c789c 100644
--- a/core/svg/SVGCircleElement.idl
+++ b/core/svg/SVGCircleElement.idl
@@ -25,12 +25,13 @@
*/
interface SVGCircleElement : SVGStyledElement,
- SVGTests,
SVGLangSpace,
- SVGExternalResourcesRequired,
SVGTransformable {
readonly attribute SVGAnimatedLength cx;
readonly attribute SVGAnimatedLength cy;
readonly attribute SVGAnimatedLength r;
};
+SVGCircleElement implements SVGExternalResourcesRequired;
+SVGCircleElement implements SVGTests;
+
« no previous file with comments | « core/svg/SVGAnimationElement.idl ('k') | core/svg/SVGClipPathElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698