Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAltGlyphDefElement.h
index 0c8c168..ca52664 100644 (file)
 #define SVGAltGlyphDefElement_h
 
 #if ENABLE(SVG_FONTS)
-#include "SVGNames.h"
+#include "core/SVGNames.h"
 #include "core/svg/SVGElement.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGAltGlyphDefElement FINAL : public SVGElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
-    static PassRefPtr<SVGAltGlyphDefElement> create(Document&);
+    DECLARE_NODE_FACTORY(SVGAltGlyphDefElement);
 
     bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
 
@@ -39,7 +40,7 @@ private:
     virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
 };
 
-}
+} // namespace blink
 
-#endif
-#endif
+#endif // ENABLE(SVG_FONTS)
+#endif // SVGAltGlyphDefElement_h