summaryrefslogtreecommitdiffstats
path: root/cc/CCLayerIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCLayerIterator.h')
-rw-r--r--cc/CCLayerIterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCLayerIterator.h b/cc/CCLayerIterator.h
index 907182d..96bb161 100644
--- a/cc/CCLayerIterator.h
+++ b/cc/CCLayerIterator.h
@@ -11,7 +11,7 @@
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
// These classes provide means to iterate over the RenderSurface-Layer tree.
@@ -205,6 +205,6 @@ struct CCLayerIteratorActions {
};
};
-} // namespace WebCore
+} // namespace cc
#endif