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

Unified Diff: Source/core/svg/SVGGElement.idl

Issue 17550010: Move IDL implements statements to IDL files that implement the interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « Source/core/svg/SVGForeignObjectElement.idl ('k') | Source/core/svg/SVGGlyphRefElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGGElement.idl
diff --git a/Source/core/svg/SVGGElement.idl b/Source/core/svg/SVGGElement.idl
index 2ac2cb0f7168ec9b2f7babb81b77e03822ba8950..b3c52ff2d0c2e4f867a16f9e0cb7985c348144c6 100644
--- a/Source/core/svg/SVGGElement.idl
+++ b/Source/core/svg/SVGGElement.idl
@@ -29,3 +29,5 @@ interface SVGGElement : SVGStyledElement,
SVGTransformable {
};
+SVGGElement implements SVGTests;
+
« no previous file with comments | « Source/core/svg/SVGForeignObjectElement.idl ('k') | Source/core/svg/SVGGlyphRefElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698