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

Unified Diff: cc/animation/animation_id_provider.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_host_perftest.cc ('k') | cc/animation/animation_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_id_provider.h
diff --git a/cc/animation/animation_id_provider.h b/cc/animation/animation_id_provider.h
index 22f62d23b51d1ffda099fd3c7974fd16cfa47a61..a827541df1e88bf095acd4a6df493983f6a7b4c7 100644
--- a/cc/animation/animation_id_provider.h
+++ b/cc/animation/animation_id_provider.h
@@ -6,11 +6,11 @@
#define CC_ANIMATION_ANIMATION_ID_PROVIDER_H_
#include "base/macros.h"
-#include "cc/base/cc_export.h"
+#include "cc/animation/animation_export.h"
namespace cc {
-class CC_EXPORT AnimationIdProvider {
+class CC_ANIMATION_EXPORT AnimationIdProvider {
public:
// These functions each return monotonically increasing values.
static int NextAnimationId();
« no previous file with comments | « cc/animation/animation_host_perftest.cc ('k') | cc/animation/animation_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698