Index: Source/core/svg/SVGFELightElement.h |
diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h |
index 1a84c0dbc45d763639a15e5d36461c7013989e3f..cee98e81bd0042f868ce43122d62b07ef7d7698d 100644 |
--- a/Source/core/svg/SVGFELightElement.h |
+++ b/Source/core/svg/SVGFELightElement.h |
@@ -29,11 +29,12 @@ |
namespace WebCore { |
+class Filter; |
+ |
class SVGFELightElement : public SVGElement { |
public: |
- virtual PassRefPtr<LightSource> lightSource() const = 0; |
+ virtual PassRefPtr<LightSource> lightSource(Filter*) const = 0; |
static SVGFELightElement* findLightElement(const SVGElement&); |
- static PassRefPtr<LightSource> findLightSource(const SVGElement&); |
SVGAnimatedNumber* azimuth() { return m_azimuth.get(); } |
const SVGAnimatedNumber* azimuth() const { return m_azimuth.get(); } |