Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTextElement.h
index 945cca2..52dbc37 100644 (file)
 #include "core/SVGNames.h"
 #include "core/svg/SVGTextPositioningElement.h"
 
-namespace WebCore {
+namespace blink {
 
-class SVGTextElement FINAL : public SVGTextPositioningElement {
+class SVGTextElement final : public SVGTextPositioningElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(SVGTextElement);
 
-    virtual AffineTransform animatedLocalTransform() const OVERRIDE;
-
 private:
     explicit SVGTextElement(Document&);
 
-    virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
+    virtual RenderObject* createRenderer(RenderStyle*) override;
 };
 
-} // namespace WebCore
+} // namespace blink
 
-#endif
+#endif // SVGTextElement_h