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

Unified Diff: cc/CCDebugRectHistory.h

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/CCDebugBorderDrawQuad.cpp ('k') | cc/CCDebugRectHistory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCDebugRectHistory.h
diff --git a/cc/CCDebugRectHistory.h b/cc/CCDebugRectHistory.h
index af542ad6d1e33d08ef5d09cbeedbb276b6c8cb20..3ae8fe9899ef86fac0ea6b73d6c40fba4c439b5f 100644
--- a/cc/CCDebugRectHistory.h
+++ b/cc/CCDebugRectHistory.h
@@ -13,7 +13,7 @@
#include <wtf/PassOwnPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
class CCLayerImpl;
struct CCLayerTreeSettings;
@@ -21,7 +21,7 @@ struct CCLayerTreeSettings;
// There are currently six types of debug rects:
//
// - Paint rects (update rects): regions of a layer that needed to be re-uploaded to the
-// texture resource; in most cases implying that WebCore had to repaint them, too.
+// texture resource; in most cases implying that they had to be repainted, too.
//
// - Property-changed rects: enclosing bounds of layers that cause changes to the screen
// even if the layer did not change internally. (For example, if the layer's opacity or
@@ -76,7 +76,7 @@ private:
Vector<CCDebugRect> m_debugRects;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/CCDebugBorderDrawQuad.cpp ('k') | cc/CCDebugRectHistory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698