| Index: cc/CCDebugRectHistory.cpp
|
| diff --git a/cc/CCDebugRectHistory.cpp b/cc/CCDebugRectHistory.cpp
|
| index 6cd7c9986ce80ffbf900e0d03ae7a0af71bf8815..17c9aaa1a968df52fadf858fc3858ed8e1f3caf3 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)
|
|
|