| Index: Source/core/svg/SVGFELightElement.h
|
| diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h
|
| index 6b2d10c237c47dc6595bf7162e55871d4f7259bf..a0b82f4065213a170515e4ccf6fcc09f460a99cb 100644
|
| --- a/Source/core/svg/SVGFELightElement.h
|
| +++ b/Source/core/svg/SVGFELightElement.h
|
| @@ -36,6 +36,9 @@ public:
|
| virtual PassRefPtr<LightSource> lightSource(Filter*) const = 0;
|
| static SVGFELightElement* findLightElement(const SVGElement&);
|
|
|
| + FloatPoint3D position() const;
|
| + FloatPoint3D pointsAt() const;
|
| +
|
| SVGAnimatedNumber* azimuth() { return m_azimuth.get(); }
|
| const SVGAnimatedNumber* azimuth() const { return m_azimuth.get(); }
|
| SVGAnimatedNumber* elevation() { return m_elevation.get(); }
|
|
|