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

Unified Diff: cc/CCDebugRectHistory.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/CCDebugRectHistory.h ('k') | cc/CCDelayBasedTimeSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « cc/CCDebugRectHistory.h ('k') | cc/CCDelayBasedTimeSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698