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

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

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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: Source/core/svg/SVGGradientElement.idl
diff --git a/Source/core/svg/SVGGradientElement.idl b/Source/core/svg/SVGGradientElement.idl
index cc2f00bfef4cd99bc1afb812a9526b39d7dcc20d..ff2e0489c963f115a1a31ea0a6dd50a5f24a914a 100644
--- a/Source/core/svg/SVGGradientElement.idl
+++ b/Source/core/svg/SVGGradientElement.idl
@@ -37,6 +37,5 @@
readonly attribute SVGAnimatedEnumeration spreadMethod;
};
-SVGGradientElement implements SVGExternalResourcesRequired;
SVGGradientElement implements SVGURIReference;

Powered by Google App Engine
This is Rietveld 408576698