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

Unified Diff: core/svg/SVGMarkerElement.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/SVGMPathElement.idl ('k') | core/svg/SVGMaskElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGMarkerElement.idl
diff --git a/core/svg/SVGMarkerElement.idl b/core/svg/SVGMarkerElement.idl
index 757abc101da84db62709610fd20a940dd6b8e280..48084c918d427f0b4b188eee1945f4fa325d68cf 100644
--- a/core/svg/SVGMarkerElement.idl
+++ b/core/svg/SVGMarkerElement.idl
@@ -24,9 +24,7 @@
*/
interface SVGMarkerElement : SVGStyledElement,
- SVGLangSpace,
- SVGExternalResourcesRequired,
- SVGFitToViewBox {
+ SVGLangSpace {
// Marker Unit Types
const unsigned short SVG_MARKERUNITS_UNKNOWN = 0;
const unsigned short SVG_MARKERUNITS_USERSPACEONUSE = 1;
@@ -49,3 +47,6 @@ interface SVGMarkerElement : SVGStyledElement,
void setOrientToAngle([Default=Undefined] optional SVGAngle angle);
};
+SVGMarkerElement implements SVGExternalResourcesRequired;
+SVGMarkerElement implements SVGFitToViewBox;
+
« no previous file with comments | « core/svg/SVGMPathElement.idl ('k') | core/svg/SVGMaskElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698