| Index: cc/CCTiledLayerImpl.cpp
|
| diff --git a/cc/CCTiledLayerImpl.cpp b/cc/CCTiledLayerImpl.cpp
|
| index 5c63275b5ab745a5e7a180321d4345b894c98306..ead258aecdb89cb8e077fefd01e6d2645dec8b56 100644
|
| --- a/cc/CCTiledLayerImpl.cpp
|
| +++ b/cc/CCTiledLayerImpl.cpp
|
| @@ -24,7 +24,7 @@
|
| using namespace std;
|
| using WebKit::WebTransformationMatrix;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| static const int debugTileBorderWidth = 1;
|
| static const int debugTileBorderAlpha = 100;
|
| @@ -214,6 +214,6 @@ void CCTiledLayerImpl::didLoseContext()
|
| m_tiler->reset();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|