| Index: cc/CCLayerAnimationController.h
|
| diff --git a/cc/CCLayerAnimationController.h b/cc/CCLayerAnimationController.h
|
| index 117699156d0c47875b0d5c2cc627bf3406a2c35e..ed5fda46a2a3f4e3f91b7ba22125b437ae36dee7 100644
|
| --- a/cc/CCLayerAnimationController.h
|
| +++ b/cc/CCLayerAnimationController.h
|
| @@ -17,7 +17,7 @@ namespace WebKit {
|
| class WebTransformationMatrix;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class Animation;
|
| class IntSize;
|
| @@ -107,6 +107,6 @@ private:
|
| Vector<OwnPtr<CCActiveAnimation> > m_activeAnimations;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // CCLayerAnimationController_h
|
|
|