Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1897)

Unified Diff: Source/core/svg/SVGElement.h

Issue 23991004: Generate toFooElement() functions from tagname data (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index fee54f0c2f8e19501284321297f6e2708cdded29..b6a815de075df4eb24e9f1312fe90f4dcd12b2db 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -22,6 +22,7 @@
#ifndef SVGElement_h
#define SVGElement_h
+#include "SVGElementTypeHelpers.h"
#include "core/dom/Element.h"
#include "core/platform/Timer.h"
#include "core/svg/SVGAnimatedString.h"

Powered by Google App Engine
This is Rietveld 408576698