summaryrefslogtreecommitdiffstats
path: root/cc/CCOverdrawMetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCOverdrawMetrics.h')
-rw-r--r--cc/CCOverdrawMetrics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCOverdrawMetrics.h b/cc/CCOverdrawMetrics.h
index 3c1a386..b907a64 100644
--- a/cc/CCOverdrawMetrics.h
+++ b/cc/CCOverdrawMetrics.h
@@ -11,7 +11,7 @@ namespace WebKit {
class WebTransformationMatrix;
}
-namespace WebCore {
+namespace cc {
class IntRect;
class CCLayerTreeHost;
class CCLayerTreeHostImpl;
@@ -92,6 +92,6 @@ private:
float m_pixelsCulledForDrawing;
};
-} // namespace WebCore
+} // namespace cc
#endif