| Index: cc/math_util.h
|
| diff --git a/cc/math_util.h b/cc/math_util.h
|
| index 199c85164282facaaf30ae62d42985ec81704bd3..6614dd0f2ed772259a8ae0d0d9086a618de8c2d6 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/math_util.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/logging.h"
|
| #include "FloatPoint.h"
|
| #include "FloatPoint3D.h"
|
| +#include "cc/cc_export.h"
|
|
|
| namespace WebKit {
|
| class WebTransformationMatrix;
|
| @@ -61,7 +62,7 @@ struct HomogeneousCoordinate {
|
| double w;
|
| };
|
|
|
| -class MathUtil {
|
| +class CC_EXPORT MathUtil {
|
| public:
|
|
|
| // Background: WebTransformationMatrix code in WebCore does not do the right thing in
|
|
|