summaryrefslogtreecommitdiffstats
path: root/cc/CCDebugRectHistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCDebugRectHistory.cpp')
-rw-r--r--cc/CCDebugRectHistory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCDebugRectHistory.cpp b/cc/CCDebugRectHistory.cpp
index 6cd7c99..17c9aaa 100644
--- a/cc/CCDebugRectHistory.cpp
+++ b/cc/CCDebugRectHistory.cpp
@@ -12,7 +12,7 @@
#include "CCLayerTreeHost.h"
#include "CCMathUtil.h"
-namespace WebCore {
+namespace cc {
CCDebugRectHistory::CCDebugRectHistory()
{
@@ -111,6 +111,6 @@ void CCDebugRectHistory::saveOccludingRects(const Vector<IntRect>& occludingRect
m_debugRects.append(CCDebugRect(OccludingRectType, occludingRects[i]));
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)