| Index: cc/CCLayerTreeHost.cpp
|
| diff --git a/cc/CCLayerTreeHost.cpp b/cc/CCLayerTreeHost.cpp
|
| index 08e1141c7cc72d1a6a69214d0da8ae86fb29c65c..18786f52b4d8d263bdd91820ce425a5cf7dc8cb4 100644
|
| --- a/cc/CCLayerTreeHost.cpp
|
| +++ b/cc/CCLayerTreeHost.cpp
|
| @@ -32,7 +32,7 @@ namespace {
|
| static int numLayerTreeInstances;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| bool CCLayerTreeHost::s_needsFilterContext = false;
|
|
|
| @@ -785,4 +785,4 @@ void CCLayerTreeHost::setAnimationEventsRecursive(const CCAnimationEventsVector&
|
| setAnimationEventsRecursive(events, layer->children()[childIndex].get(), wallClockTime);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|