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

Unified Diff: Source/core/svg/SVGAnimationElement.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/SVGAnimationElement.h
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
index 5fbacb25f1f9b4aa3c77f1b77047f8986c2f2f0e..35f4130b362f5cecb9a6ee4fad86570f43ebd54b 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -25,6 +25,7 @@
#ifndef SVGAnimationElement_h
#define SVGAnimationElement_h
+#include "core/CoreExport.h"
#include "core/svg/SVGAnimatedBoolean.h"
#include "core/svg/animation/SVGSMILElement.h"
#include "platform/animation/UnitBezier.h"
@@ -59,7 +60,7 @@ enum CalcMode {
CalcModeSpline
};
-class SVGAnimationElement : public SVGSMILElement {
+class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
DEFINE_WRAPPERTYPEINFO();
public:
// SVGAnimationElement

Powered by Google App Engine
This is Rietveld 408576698