summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h
index 3d6ccb827d0..f00a2aad005 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGFEFuncGElement.h
@@ -21,21 +21,19 @@
#ifndef SVGFEFuncGElement_h
#define SVGFEFuncGElement_h
-#include "SVGNames.h"
+#include "core/SVGNames.h"
#include "core/svg/SVGComponentTransferFunctionElement.h"
namespace WebCore {
class SVGFEFuncGElement FINAL : public SVGComponentTransferFunctionElement {
public:
- static PassRefPtr<SVGFEFuncGElement> create(Document&);
+ DECLARE_NODE_FACTORY(SVGFEFuncGElement);
private:
explicit SVGFEFuncGElement(Document&);
};
-DEFINE_NODE_TYPE_CASTS(SVGFEFuncGElement, hasTagName(SVGNames::feFuncGTag));
-
} // namespace WebCore
#endif