| Index: cc/CCPageScaleAnimation.cpp
|
| diff --git a/cc/CCPageScaleAnimation.cpp b/cc/CCPageScaleAnimation.cpp
|
| index ab0319248a70b2aa6dfae7b362748ffa8befd5bc..12dda09f147ee8c47528f43e0133c87876fe3ec1 100644
|
| --- a/cc/CCPageScaleAnimation.cpp
|
| +++ b/cc/CCPageScaleAnimation.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| #include <math.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| PassOwnPtr<CCPageScaleAnimation> CCPageScaleAnimation::create(const IntSize& scrollStart, float pageScaleStart, const IntSize& windowSize, const IntSize& contentSize, double startTime)
|
| {
|
| @@ -156,4 +156,4 @@ float CCPageScaleAnimation::pageScaleAtRatio(float ratio) const
|
| return m_pageScaleStart * diff;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|