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

Unified Diff: cc/math_util.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/managed_memory_policy.h ('k') | cc/occlusion_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/managed_memory_policy.h ('k') | cc/occlusion_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698