summaryrefslogtreecommitdiffstats
path: root/cc/CCMathUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCMathUtil.h')
-rw-r--r--cc/CCMathUtil.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cc/CCMathUtil.h b/cc/CCMathUtil.h
index 834acf5..ed3848e 100644
--- a/cc/CCMathUtil.h
+++ b/cc/CCMathUtil.h
@@ -12,7 +12,7 @@ namespace WebKit {
class WebTransformationMatrix;
}
-namespace WebCore {
+namespace cc {
class IntRect;
class FloatRect;
@@ -60,8 +60,6 @@ struct HomogeneousCoordinate {
double w;
};
-// This class contains math helper functionality that does not belong in WebCore.
-// It is possible that this functionality should be migrated to WebCore eventually.
class CCMathUtil {
public:
@@ -104,6 +102,6 @@ public:
static FloatSize projectVector(const FloatSize& source, const FloatSize& destination);
};
-} // namespace WebCore
+} // namespace cc
#endif // #define CCMathUtil_h