summaryrefslogtreecommitdiffstats
path: root/cc/CCOverdrawMetrics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCOverdrawMetrics.cpp')
-rw-r--r--cc/CCOverdrawMetrics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCOverdrawMetrics.cpp b/cc/CCOverdrawMetrics.cpp
index 51fbae6..4eba7d3 100644
--- a/cc/CCOverdrawMetrics.cpp
+++ b/cc/CCOverdrawMetrics.cpp
@@ -19,7 +19,7 @@
using WebKit::WebTransformationMatrix;
-namespace WebCore {
+namespace cc {
CCOverdrawMetrics::CCOverdrawMetrics(bool recordMetricsForFrame)
: m_recordMetricsForFrame(recordMetricsForFrame)
@@ -185,6 +185,6 @@ void CCOverdrawMetrics::recordMetricsInternal(MetricsType metricsType, const Lay
}
}
-} // namespace WebCore
+} // namespace cc
#endif