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

Unified Diff: cc/SolidColorLayerChromium.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/SolidColorLayerChromium.h ('k') | cc/TextureCopier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/SolidColorLayerChromium.cpp
diff --git a/cc/SolidColorLayerChromium.cpp b/cc/SolidColorLayerChromium.cpp
index b3652baf6c08990891f3352225099bfab807ac9f..8955f77937823b86a6a672148248831d2cab6223 100644
--- a/cc/SolidColorLayerChromium.cpp
+++ b/cc/SolidColorLayerChromium.cpp
@@ -10,7 +10,7 @@
#include "CCSolidColorLayerImpl.h"
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCLayerImpl> SolidColorLayerChromium::createCCLayerImpl()
{
@@ -31,6 +31,6 @@ SolidColorLayerChromium::~SolidColorLayerChromium()
{
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/SolidColorLayerChromium.h ('k') | cc/TextureCopier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698