diff options
Diffstat (limited to 'cc/CCPageScaleAnimation.cpp')
-rw-r--r-- | cc/CCPageScaleAnimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCPageScaleAnimation.cpp b/cc/CCPageScaleAnimation.cpp index ab031924..12dda09 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 |