| Index: cc/CCPrioritizedTextureManager.cpp
|
| diff --git a/cc/CCPrioritizedTextureManager.cpp b/cc/CCPrioritizedTextureManager.cpp
|
| index 00d06897cc77f92b8618b15d13bf0d0516eaa84f..b6bb38dbb6a33c7ee5b93e2bd20d7a10797b79e4 100644
|
| --- a/cc/CCPrioritizedTextureManager.cpp
|
| +++ b/cc/CCPrioritizedTextureManager.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| CCPrioritizedTextureManager::CCPrioritizedTextureManager(size_t maxMemoryLimitBytes, int, int pool)
|
| : m_maxMemoryLimitBytes(maxMemoryLimitBytes)
|
| @@ -362,4 +362,4 @@ void CCPrioritizedTextureManager::assertInvariants()
|
| #endif
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|