summaryrefslogtreecommitdiffstats
path: root/cc/CCLayerTreeHostCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCLayerTreeHostCommon.h')
-rw-r--r--cc/CCLayerTreeHostCommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCLayerTreeHostCommon.h b/cc/CCLayerTreeHostCommon.h
index b0c56b0..d8710e9 100644
--- a/cc/CCLayerTreeHostCommon.h
+++ b/cc/CCLayerTreeHostCommon.h
@@ -11,7 +11,7 @@
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
class CCLayerImpl;
class CCLayerSorter;
@@ -80,6 +80,6 @@ LayerType* CCLayerTreeHostCommon::findLayerInSubtree(LayerType* rootLayer, int l
return 0;
}
-} // namespace WebCore
+} // namespace cc
#endif