| Index: public/platform/WebTransformAnimationCurve.h
|
| diff --git a/public/platform/WebTransformAnimationCurve.h b/public/platform/WebTransformAnimationCurve.h
|
| index 29fb27a6d7b46714bb2ca62ae421b05a6b5c4603..53f945143cfa81cec9eb4a95cd9769cd59aaa70c 100644
|
| --- a/public/platform/WebTransformAnimationCurve.h
|
| +++ b/public/platform/WebTransformAnimationCurve.h
|
| @@ -30,7 +30,7 @@
|
| #include "WebCommon.h"
|
| #include "WebTransformKeyframe.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // A keyframed transform animation curve.
|
| class WebTransformAnimationCurve : public WebAnimationCurve {
|
| @@ -45,6 +45,6 @@ public:
|
| virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebTransformAnimationCurve_h
|
|
|