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

Unified Diff: Source/core/animation/animatable/AnimatableVisibility.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/AnimatableVisibility.h
diff --git a/Source/core/animation/animatable/AnimatableVisibility.h b/Source/core/animation/animatable/AnimatableVisibility.h
index 4b94dab72d87ce2debf61cf6028e3e2987797f36..a70c84e99f02ad6bd7576f19879f00368a3ef0f6 100644
--- a/Source/core/animation/animatable/AnimatableVisibility.h
+++ b/Source/core/animation/animatable/AnimatableVisibility.h
@@ -31,12 +31,13 @@
#ifndef AnimatableVisibility_h
#define AnimatableVisibility_h
+#include "core/CoreExport.h"
#include "core/animation/animatable/AnimatableValue.h"
#include "core/style/ComputedStyleConstants.h"
namespace blink {
-class AnimatableVisibility final : public AnimatableValue {
+class CORE_EXPORT AnimatableVisibility final : public AnimatableValue {
public:
virtual ~AnimatableVisibility() { }
static PassRefPtrWillBeRawPtr<AnimatableVisibility> create(EVisibility visibility)

Powered by Google App Engine
This is Rietveld 408576698