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

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

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/SVGSetElement.h
diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h
index 6fbcc797a79a75073f8bbc81dfdb00c8c9c59381..7162e0c38408328a789cf6e1cd32869aff2d898e 100644
--- a/Source/core/svg/SVGSetElement.h
+++ b/Source/core/svg/SVGSetElement.h
@@ -21,12 +21,13 @@
#ifndef SVGSetElement_h
#define SVGSetElement_h
+#include "core/CoreExport.h"
#include "core/svg/SVGAnimateElement.h"
namespace blink {
// SVGAnimateElement implements superset of the functionality.
-class SVGSetElement final : public SVGAnimateElement {
+class CORE_EXPORT SVGSetElement final : public SVGAnimateElement {
DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(SVGSetElement);

Powered by Google App Engine
This is Rietveld 408576698