summaryrefslogtreecommitdiffstats
path: root/cc/LayerPainterChromium.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/LayerPainterChromium.h')
-rw-r--r--cc/LayerPainterChromium.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cc/LayerPainterChromium.h b/cc/LayerPainterChromium.h
index 98eadf5..d552382 100644
--- a/cc/LayerPainterChromium.h
+++ b/cc/LayerPainterChromium.h
@@ -10,7 +10,7 @@
class SkCanvas;
-namespace WebCore {
+namespace cc {
class FloatRect;
class IntRect;
@@ -21,7 +21,6 @@ public:
virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) = 0;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
#endif // LayerPainterChromium_h
-