| Index: public/platform/WebAnimationCurve.h
|
| diff --git a/public/platform/WebAnimationCurve.h b/public/platform/WebAnimationCurve.h
|
| index ab94620518c6ec89b6a75bece50913465b4ed5b4..3a205c5fc00e862a86cc658e4dc509881442c355 100644
|
| --- a/public/platform/WebAnimationCurve.h
|
| +++ b/public/platform/WebAnimationCurve.h
|
| @@ -29,7 +29,7 @@
|
|
|
| #define WEB_FILTER_ANIMATION_CURVE_IS_DEFINED 1
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebAnimationCurve {
|
| public:
|
| @@ -52,7 +52,7 @@ public:
|
| virtual AnimationCurveType type() const = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebAnimationCurve_h
|
|
|
|
|