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

Unified Diff: cc/CCMathUtil.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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/CCMathUtil.h ('k') | cc/CCMathUtilTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/CCMathUtil.h ('k') | cc/CCMathUtilTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698