| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index 56fdd1774eac48e616aa944fb0678b774402eb95..64a819e85a8cc72c6a00844cefa7987d3815146d 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "ui/gfx/geometry/box_f.h"
|
| #include "ui/gfx/geometry/point3_f.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
| @@ -77,7 +76,7 @@ struct HomogeneousCoordinate {
|
| SkMScalar vec[4];
|
| };
|
|
|
| -class CC_EXPORT MathUtil {
|
| +class MathUtil {
|
| public:
|
| static const double kPiDouble;
|
| static const float kPiFloat;
|
|
|