| Index: cc/CCKeyframedAnimationCurve.cpp
|
| diff --git a/cc/CCKeyframedAnimationCurve.cpp b/cc/CCKeyframedAnimationCurve.cpp
|
| index d056b6400ce06a733da6c6d204e15948fe78b557..4735eb97bff02b952e5120c9ccd2fa80e455e4b1 100644
|
| --- a/cc/CCKeyframedAnimationCurve.cpp
|
| +++ b/cc/CCKeyframedAnimationCurve.cpp
|
| @@ -10,7 +10,7 @@
|
|
|
| using WebKit::WebTransformationMatrix;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| namespace {
|
|
|
| @@ -218,4 +218,4 @@ WebTransformationMatrix CCKeyframedTransformAnimationCurve::getValue(double t) c
|
| return m_keyframes[i+1]->value().blend(m_keyframes[i]->value(), progress);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|