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

Unified Diff: cc/CCFrameRateCounter.h

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/CCFrameRateControllerTest.cpp ('k') | cc/CCFrameRateCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCFrameRateCounter.h
diff --git a/cc/CCFrameRateCounter.h b/cc/CCFrameRateCounter.h
index 67763bc39c25d91c4af53813ff40033cc3b3d0da..1038deb92533e57c5328525632e20574bd52f277 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)
« no previous file with comments | « cc/CCFrameRateControllerTest.cpp ('k') | cc/CCFrameRateCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698