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

Unified Diff: cc/base/math_util.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « cc/base/invalidation_region.cc ('k') | cc/base/ref_counted_managed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/base/invalidation_region.cc ('k') | cc/base/ref_counted_managed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698