Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGComponentTransferFunctionElement.h
index 127f9b6..d4c4887 100644 (file)
@@ -32,6 +32,7 @@ namespace blink {
 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ComponentTransferType>();
 
 class SVGComponentTransferFunctionElement : public SVGElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     ComponentTransferFunction transferFunction() const;
 
@@ -47,10 +48,10 @@ protected:
     SVGComponentTransferFunctionElement(const QualifiedName&, Document&);
 
     bool isSupportedAttribute(const QualifiedName&);
-    virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL;
-    virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL;
+    virtual void parseAttribute(const QualifiedName&, const AtomicString&) override final;
+    virtual void svgAttributeChanged(const QualifiedName&) override final;
 
-    virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL { return false; }
+    virtual bool rendererIsNeeded(const RenderStyle&) override final { return false; }
 
 private:
     RefPtr<SVGAnimatedNumberList> m_tableValues;
@@ -64,4 +65,4 @@ private:
 
 } // namespace blink
 
-#endif
+#endif // SVGComponentTransferFunctionElement_h