| Index: Source/core/svg/SVGFEDiffuseLightingElement.h
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| index 1ca0e41d4beb43b0d73fdd695e484b1b5dd061f3..ed69c1394412ad83163f632548cf89d6cdc29c57 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
| class FEDiffuseLighting;
|
| class SVGColor;
|
|
|
| -class SVGFEDiffuseLightingElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEDiffuseLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEDiffuseLightingElement> create(const QualifiedName&, Document*);
|
| void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
|
|
|