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

Unified Diff: cc/SolidColorLayerChromium.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/SkPictureCanvasLayerTextureUpdater.cpp ('k') | cc/SolidColorLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/SolidColorLayerChromium.h
diff --git a/cc/SolidColorLayerChromium.h b/cc/SolidColorLayerChromium.h
index 53ac9dc2598b0e118bdb7d3803c5d63d655b4cbd..c8d173f4e8fe42f18f5cb4523243216c38c41614 100644
--- a/cc/SolidColorLayerChromium.h
+++ b/cc/SolidColorLayerChromium.h
@@ -10,7 +10,7 @@
#include "LayerChromium.h"
-namespace WebCore {
+namespace cc {
// A Layer that renders a solid color. The color is specified by using
// setBackgroundColor() on the base class.
@@ -29,4 +29,3 @@ protected:
#endif // USE(ACCELERATED_COMPOSITING)
#endif
-
« no previous file with comments | « cc/SkPictureCanvasLayerTextureUpdater.cpp ('k') | cc/SolidColorLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698