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

Unified Diff: cc/CCSettings.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/CCSettings.h ('k') | cc/CCSharedQuadState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSettings.cpp
diff --git a/cc/CCSettings.cpp b/cc/CCSettings.cpp
index 32c023cfb1a13d0ac7163c47fadecf9931eedab6..3044b650b2f315c60f58a632d9f293840c6f66e8 100644
--- a/cc/CCSettings.cpp
+++ b/cc/CCSettings.cpp
@@ -12,7 +12,7 @@ static bool s_partialSwapEnabled = false;
static bool s_acceleratedAnimationEnabled = false;
} // namespace
-namespace WebCore {
+namespace cc {
bool CCSettings::perTilePaintingEnabled() { return s_perTilePaintingEnabled; }
void CCSettings::setPerTilePaintingEnabled(bool enabled) { s_perTilePaintingEnabled = enabled; }
@@ -30,4 +30,4 @@ void CCSettings::reset()
s_acceleratedAnimationEnabled = false;
}
-} // namespace WebCore
+} // namespace cc
« no previous file with comments | « cc/CCSettings.h ('k') | cc/CCSharedQuadState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698