summaryrefslogtreecommitdiffstats
path: root/cc/CCFrameRateCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCFrameRateCounter.h')
-rw-r--r--cc/CCFrameRateCounter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCFrameRateCounter.h b/cc/CCFrameRateCounter.h
index 67763bc..1038deb 100644
--- a/cc/CCFrameRateCounter.h
+++ b/cc/CCFrameRateCounter.h
@@ -10,7 +10,7 @@
#include <wtf/Noncopyable.h>
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
// This class maintains a history of timestamps, and provides functionality to
// intelligently compute average frames per second (and standard deviation).
@@ -64,7 +64,7 @@ private:
int m_droppedFrameCount;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)