Index: cc/math_util.h |
diff --git a/cc/math_util.h b/cc/math_util.h |
index 1c2072a8b6823cb34c158b66840e0f6fc8848cd1..cc0911c19c8632914a25008cc970191dab518eec 100644 |
--- a/cc/math_util.h |
+++ b/cc/math_util.h |
@@ -6,6 +6,7 @@ |
#define CCMathUtil_h |
#include "base/logging.h" |
+#include "cc/cc_export.h" |
#include "ui/gfx/point_f.h" |
#include "ui/gfx/point3_f.h" |
@@ -65,7 +66,7 @@ struct HomogeneousCoordinate { |
double w; |
}; |
-class MathUtil { |
+class CC_EXPORT MathUtil { |
public: |
// Background: WebTransformationMatrix code in WebCore does not do the right thing in |