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

Unified Diff: Source/core/animation/animatable/AnimatableValueKeyframe.h

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WIP Created 5 years, 8 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/animation/animatable/AnimatableValueKeyframe.h
diff --git a/Source/core/animation/animatable/AnimatableValueKeyframe.h b/Source/core/animation/animatable/AnimatableValueKeyframe.h
index ce200f9446aff21629862002621d0ae313099c1b..800c7caa7e21d1bd180e17ceb9ab0c6b4a75c225 100644
--- a/Source/core/animation/animatable/AnimatableValueKeyframe.h
+++ b/Source/core/animation/animatable/AnimatableValueKeyframe.h
@@ -5,12 +5,13 @@
#ifndef AnimatableValueKeyframe_h
#define AnimatableValueKeyframe_h
+#include "core/CoreExport.h"
#include "core/animation/Keyframe.h"
#include "core/animation/animatable/AnimatableValue.h"
namespace blink {
-class AnimatableValueKeyframe : public Keyframe {
+class CORE_EXPORT AnimatableValueKeyframe : public Keyframe {
tasak 2015/04/15 06:08:15 warning C4275: non dll-interface class 'blink::Key
public:
static PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> create()
{

Powered by Google App Engine
This is Rietveld 408576698