summaryrefslogtreecommitdiffstats
path: root/cc/SolidColorLayerChromium.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/SolidColorLayerChromium.h')
-rw-r--r--cc/SolidColorLayerChromium.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/SolidColorLayerChromium.h b/cc/SolidColorLayerChromium.h
index 53ac9dc..c8d173f 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
-