| Index: cc/CCThreadProxy.cpp
|
| diff --git a/cc/CCThreadProxy.cpp b/cc/CCThreadProxy.cpp
|
| index 009ac1cd17dbcc1ac1748eb8fe1287da4c0bc232..ec86bef955c7c1ec6b654e286fcd1ba72c91104c 100644
|
| --- a/cc/CCThreadProxy.cpp
|
| +++ b/cc/CCThreadProxy.cpp
|
| @@ -29,7 +29,7 @@ static const double contextRecreationTickRate = 0.03;
|
|
|
| } // anonymous namespace
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| namespace {
|
|
|
| @@ -919,4 +919,4 @@ void CCThreadProxy::implSideRenderingStatsOnImplThread(CCCompletionEvent* comple
|
| completion->signal();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|