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

Unified Diff: cc/animation/animation_events.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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
« no previous file with comments | « cc/animation/animation_delegate.h ('k') | cc/animation/animation_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_events.h
diff --git a/cc/animation/animation_events.h b/cc/animation/animation_events.h
index c6cb0e9dd7043f1d733c1fd5b98be7c6f598765c..d0f4709cf231ace91e60ea5f2ac726c83d02752e 100644
--- a/cc/animation/animation_events.h
+++ b/cc/animation/animation_events.h
@@ -10,7 +10,7 @@
#include "cc/animation/animation.h"
#include "cc/animation/animation_curve.h"
-#include "cc/base/cc_export.h"
+#include "cc/animation/animation_export.h"
#include "cc/output/filter_operations.h"
#include "cc/trees/element_id.h"
#include "cc/trees/mutator_host.h"
@@ -18,7 +18,7 @@
namespace cc {
-struct CC_EXPORT AnimationEvent {
+struct CC_ANIMATION_EXPORT AnimationEvent {
enum Type { STARTED, FINISHED, ABORTED, PROPERTY_UPDATE, TAKEOVER };
AnimationEvent(Type type,
@@ -47,7 +47,8 @@ struct CC_EXPORT AnimationEvent {
std::unique_ptr<AnimationCurve> curve;
};
-class CC_EXPORT AnimationEvents : public NON_EXPORTED_BASE(MutatorEvents) {
+class CC_ANIMATION_EXPORT AnimationEvents
+ : public NON_EXPORTED_BASE(MutatorEvents) {
public:
AnimationEvents();
« no previous file with comments | « cc/animation/animation_delegate.h ('k') | cc/animation/animation_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698