Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: cc/CCFrameRateCounter.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCFrameRateCounter.h ('k') | cc/CCGraphicsContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCFrameRateCounter.cpp
diff --git a/cc/CCFrameRateCounter.cpp b/cc/CCFrameRateCounter.cpp
index bd5b1409ae6b89557636d0827fa77a752081d76f..521b50166b59d75370c12d96b217c53af22f7271 100644
--- a/cc/CCFrameRateCounter.cpp
+++ b/cc/CCFrameRateCounter.cpp
@@ -11,7 +11,7 @@
#include <public/Platform.h>
#include <wtf/CurrentTime.h>
-namespace WebCore {
+namespace cc {
const double CCFrameRateCounter::kFrameTooFast = 1.0 / 70.0; // measured in seconds
const double CCFrameRateCounter::kFrameTooSlow = 1.0 / 12.0;
@@ -125,6 +125,6 @@ double CCFrameRateCounter::timeStampOfRecentFrame(int n)
return m_timeStampHistory[desiredIndex];
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/CCFrameRateCounter.h ('k') | cc/CCGraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698