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

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

Issue 15653003: Remove last remnants of ENABLE_SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: Source/core/svg/SVGGradientElement.idl
diff --git a/Source/core/svg/SVGGradientElement.idl b/Source/core/svg/SVGGradientElement.idl
index 02d3693ffeaef7de64ee6d21bcd156a43cad3cb5..50047cfa2b0ae03d8436bcdd56fa247b95d9a308 100644
--- a/Source/core/svg/SVGGradientElement.idl
+++ b/Source/core/svg/SVGGradientElement.idl
@@ -24,12 +24,11 @@
*/
[
- Conditional=SVG,
DoNotCheckConstants
] interface SVGGradientElement : SVGStyledElement,
- SVGURIReference,
- SVGExternalResourcesRequired
- /* SVGUnitTypes */ {
+ SVGURIReference,
+ SVGExternalResourcesRequired
+ /* SVGUnitTypes */ {
// Spread Method Types
const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0;
const unsigned short SVG_SPREADMETHOD_PAD = 1;

Powered by Google App Engine
This is Rietveld 408576698