X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGFEConvolveMatrixElement.h;h=494be756adb45f8728f036b52c2e94ebba971744;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=adb618204b9740f88b63afc937a23421fef6a3c0;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.h b/src/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.h index adb6182..494be75 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.h +++ b/src/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.h @@ -34,7 +34,7 @@ namespace blink { template<> const SVGEnumerationStringEntries& getStaticStringEntries(); -class SVGFEConvolveMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes { +class SVGFEConvolveMatrixElement final : public SVGFilterPrimitiveStandardAttributes { DEFINE_WRAPPERTYPEINFO(); public: DECLARE_NODE_FACTORY(SVGFEConvolveMatrixElement); @@ -56,10 +56,10 @@ private: explicit SVGFEConvolveMatrixElement(Document&); bool isSupportedAttribute(const QualifiedName&); - virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; - virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE; - virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; - virtual PassRefPtr build(SVGFilterBuilder*, Filter*) OVERRIDE; + virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; + virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) override; + virtual void svgAttributeChanged(const QualifiedName&) override; + virtual PassRefPtr build(SVGFilterBuilder*, Filter*) override; RefPtr m_bias; RefPtr m_divisor;