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 |