| Index: cc/CCPrioritizedTexture.cpp
|
| diff --git a/cc/CCPrioritizedTexture.cpp b/cc/CCPrioritizedTexture.cpp
|
| index 8a1e7a183e8f1fb91a7c2411023355305037ae9d..50db1cb432dc22ba5cf0112027cc1daeee66073a 100644
|
| --- a/cc/CCPrioritizedTexture.cpp
|
| +++ b/cc/CCPrioritizedTexture.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| CCPrioritizedTexture::CCPrioritizedTexture(CCPrioritizedTextureManager* manager, IntSize size, GC3Denum format)
|
| : m_size(size)
|
| @@ -119,4 +119,4 @@ void CCPrioritizedTexture::setToSelfManagedMemoryPlaceholder(size_t bytes)
|
| m_bytes = bytes;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|