Commit d5a20177 authored by hausmann@webkit.org's avatar hausmann@webkit.org

2009-04-17 Simon Hausmann <simon.hausmann@nokia.com>

        Unreviewed build fix.

        Fix the build with enabled SVG filters

git-svn-id: svn://svn.chromium.org/blink/trunk@42609 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8b448c7d
2009-04-17 Simon Hausmann <simon.hausmann@nokia.com>
Unreviewed build fix.
Fix the build with enabled SVG filters
* rendering/RenderSVGModelObject.cpp: Include SVGResourceFilter.h.
2009-04-16 Eric Roman <eroman@chromium.org> 2009-04-16 Eric Roman <eroman@chromium.org>
Reviewed by Dimitri Glazkov. Reviewed by Dimitri Glazkov.
...@@ -29,9 +29,13 @@ ...@@ -29,9 +29,13 @@
*/ */
#include "config.h" #include "config.h"
#if ENABLE(SVG) #if ENABLE(SVG)
#include "RenderSVGModelObject.h" #include "RenderSVGModelObject.h"
#if ENABLE(SVG_FILTERS)
#include "SVGResourceFilter.h"
#endif
#include "SVGStyledElement.h" #include "SVGStyledElement.h"
namespace WebCore { namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment