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

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: 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 0c06f779ca3e49bee7509fdac21804a2a5dd0fe1..83d9ec8e563a11750f4443724a66aa9c7608a05d 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 {
public:
static PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> create()
{
« no previous file with comments | « Source/core/animation/animatable/AnimatableShapeValue.h ('k') | Source/core/animation/animatable/AnimatableVisibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698