| Index: public/platform/WebFilterAnimationCurve.h
|
| diff --git a/public/platform/WebFilterAnimationCurve.h b/public/platform/WebFilterAnimationCurve.h
|
| index 17a866518eff82fe558f76b9e3f2d55e8c7885cf..064a769318cbe73f0fe5d5c3dc61f51462e49cc3 100644
|
| --- a/public/platform/WebFilterAnimationCurve.h
|
| +++ b/public/platform/WebFilterAnimationCurve.h
|
| @@ -36,7 +36,7 @@
|
| #include "WebCommon.h"
|
| #include "WebFilterKeyframe.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // A keyframed filter animation curve.
|
| class WebFilterAnimationCurve : public WebAnimationCurve {
|
| @@ -49,6 +49,6 @@ public:
|
| virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebFilterAnimationCurve_h
|
|
|