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

Unified Diff: cc/trees/target_property.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. 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
Index: cc/trees/target_property.h
diff --git a/cc/trees/target_property.h b/cc/trees/target_property.h
index 34ddf3fd7cc439fad51bb29d7f2a717516f78ae9..e118c8db6a749f4c61d2508bf8807730913ec7c0 100644
--- a/cc/trees/target_property.h
+++ b/cc/trees/target_property.h
@@ -7,6 +7,8 @@
#include <bitset>
+#include "cc/base/cc_export.h"
+
namespace cc {
namespace TargetProperty {
@@ -22,7 +24,7 @@ enum Type {
LAST_TARGET_PROPERTY = BACKGROUND_COLOR
};
-const char* GetName(TargetProperty::Type property);
+CC_EXPORT const char* GetName(TargetProperty::Type property);
} // namespace TargetProperty

Powered by Google App Engine
This is Rietveld 408576698