summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/SVGRenderSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/SVGRenderSupport.h')
-rw-r--r--WebCore/rendering/SVGRenderSupport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/rendering/SVGRenderSupport.h b/WebCore/rendering/SVGRenderSupport.h
index 371ac75..576475b 100644
--- a/WebCore/rendering/SVGRenderSupport.h
+++ b/WebCore/rendering/SVGRenderSupport.h
@@ -26,7 +26,6 @@
#define SVGRenderSupport_h
#if ENABLE(SVG)
-#include "DashArray.h"
#include "PaintInfo.h"
namespace WebCore {
@@ -81,7 +80,6 @@ public:
// FIXME: These methods do not belong here.
static const RenderObject* findTextRootObject(const RenderObject* start);
- static DashArray dashArrayFromRenderingStyle(const RenderStyle* style, RenderStyle* rootStyle);
private:
// This class is not constructable.