Index: cc/CCMathUtil.cpp |
diff --git a/cc/CCMathUtil.cpp b/cc/CCMathUtil.cpp |
index c8969a08d65fbccb8b0dc8efdd29b54b4461d9ac..d90eb090abef6fbc004f87cedc0a3188419486cf 100644 |
--- a/cc/CCMathUtil.cpp |
+++ b/cc/CCMathUtil.cpp |
@@ -13,7 +13,7 @@ |
using WebKit::WebTransformationMatrix; |
-namespace WebCore { |
+namespace cc { |
static HomogeneousCoordinate projectHomogeneousPoint(const WebTransformationMatrix& transform, const FloatPoint& p) |
{ |
@@ -376,4 +376,4 @@ FloatSize CCMathUtil::projectVector(const FloatSize& source, const FloatSize& de |
return FloatSize(projectedLength * destination.width(), projectedLength * destination.height()); |
} |
-} // namespace WebCore |
+} // namespace cc |