Index: cc/CCMathUtil.h |
diff --git a/cc/CCMathUtil.h b/cc/CCMathUtil.h |
index 834acf5af0000f4848c2dc70ff5254abeb36cd22..ed3848e6f4b7fbdfe8b6b5264d59340b45438231 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 |