| Index: cc/CCLayerAnimationController.cpp
|
| diff --git a/cc/CCLayerAnimationController.cpp b/cc/CCLayerAnimationController.cpp
|
| index bb6075860f00e36e296501d13599de5db8bdd833..f992c6ed3d6d67d4cdc4502b02cee566025897e1 100644
|
| --- a/cc/CCLayerAnimationController.cpp
|
| +++ b/cc/CCLayerAnimationController.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| using WebKit::WebTransformationMatrix;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| CCLayerAnimationController::CCLayerAnimationController(CCLayerAnimationControllerClient* client)
|
| : m_forceSync(false)
|
| @@ -404,4 +404,4 @@ void CCLayerAnimationController::tickAnimations(double monotonicTime)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|