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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPatternElement.idl

Issue 2415413002: Add '... implement SVGUnitTypes' to a bunch of SVG*Elements (Closed)
Patch Set: Update interface expectations Created 4 years, 2 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
Index: third_party/WebKit/Source/core/svg/SVGPatternElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
index 67f4976437135e92637e97701a3cf06dfebd12a9..a9d89ab3212169139f3a389c31d7e38fe84285d0 100644
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
@@ -37,7 +37,7 @@ interface SVGPatternElement : SVGElement {
SVGPatternElement implements SVGFitToViewBox;
SVGPatternElement implements SVGURIReference;
-// SVGPatternElement implements SVGUnitTypes;
+SVGPatternElement implements SVGUnitTypes;
// TODO(foolip): The following was part of SVG 1.1:
// http://www.w3.org/TR/SVG11/pservers.html#InterfaceSVGPatternElement

Powered by Google App Engine
This is Rietveld 408576698