| Index: cc/CCKeyframedAnimationCurve.h
|
| diff --git a/cc/CCKeyframedAnimationCurve.h b/cc/CCKeyframedAnimationCurve.h
|
| index 01d0c9b95a0d9073364d894952a6f845fad93d55..6f1f92da08cb345ecb53600333e26edb51890d7f 100644
|
| --- a/cc/CCKeyframedAnimationCurve.h
|
| +++ b/cc/CCKeyframedAnimationCurve.h
|
| @@ -12,7 +12,7 @@
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class CCKeyframe {
|
| public:
|
| @@ -106,6 +106,6 @@ private:
|
| Vector<OwnPtr<CCTransformKeyframe> > m_keyframes;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // CCKeyframedAnimationCurve_h
|
|
|