Chromium Code Reviews

Unified Diff: Source/core/svg/LinearGradientAttributes.h

Issue 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust transitions/svg-transitions.html Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/svg/LinearGradientAttributes.h
diff --git a/Source/core/svg/LinearGradientAttributes.h b/Source/core/svg/LinearGradientAttributes.h
index 79e442a1a083f57351c8710a6dad74eb33576b00..e1f35677a12e0d57740715831105f574294a3cf6 100644
--- a/Source/core/svg/LinearGradientAttributes.h
+++ b/Source/core/svg/LinearGradientAttributes.h
@@ -21,6 +21,7 @@
#define LinearGradientAttributes_h
#include "core/svg/GradientAttributes.h"
+#include "core/svg/SVGLength.h"
#include "platform/heap/Handle.h"
namespace blink {

Powered by Google App Engine