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

Unified Diff: cc/CCLayerQuad.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/CCLayerQuad.h ('k') | cc/CCLayerQuadTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerQuad.cpp
diff --git a/cc/CCLayerQuad.cpp b/cc/CCLayerQuad.cpp
index c6dfcc4f8007a9a0c99bda748100b04bac73cdb1..b51e425feb5bc8ea5878c9919f4840d3c2df63ce 100644
--- a/cc/CCLayerQuad.cpp
+++ b/cc/CCLayerQuad.cpp
@@ -9,7 +9,7 @@
#include "CCLayerQuad.h"
-namespace WebCore {
+namespace cc {
CCLayerQuad::Edge::Edge(const FloatPoint& p, const FloatPoint& q)
{
@@ -61,6 +61,6 @@ void CCLayerQuad::toFloatArray(float flattened[12]) const
flattened[11] = m_bottom.z();
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/CCLayerQuad.h ('k') | cc/CCLayerQuadTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698