Index: cc/CCFontAtlas.cpp |
diff --git a/cc/CCFontAtlas.cpp b/cc/CCFontAtlas.cpp |
index eadc860898a8430adb76c142e3f40f4f7e5db483..a1b85973d6e7279fc5b34225d404fe1c5b11c631 100644 |
--- a/cc/CCFontAtlas.cpp |
+++ b/cc/CCFontAtlas.cpp |
@@ -12,7 +12,7 @@ |
#include "SkCanvas.h" |
#include <vector> |
-namespace WebCore { |
+namespace cc { |
using namespace std; |
@@ -67,6 +67,6 @@ void CCFontAtlas::drawDebugAtlas(SkCanvas* canvas, const IntPoint& destPosition) |
canvas->drawBitmapRect(m_atlas, &source, SkRect::MakeXYWH(destPosition.x(), destPosition.y(), m_atlas.width(), m_atlas.height())); |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |