| Index: Source/core/animation/AnimatableRepeatable.h
|
| diff --git a/Source/core/animation/AnimatableRepeatable.h b/Source/core/animation/AnimatableRepeatable.h
|
| index e3e5a33521520742096be234953cb18af54e8e89..bd13f3594b2977889f2b817e6ba5634628d8bf63 100644
|
| --- a/Source/core/animation/AnimatableRepeatable.h
|
| +++ b/Source/core/animation/AnimatableRepeatable.h
|
| @@ -68,10 +68,10 @@ protected:
|
|
|
| private:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
|
| - virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
| + virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE FINAL;
|
|
|
| virtual AnimatableType type() const OVERRIDE { return TypeRepeatable; }
|
| - virtual bool equalTo(const AnimatableValue*) const OVERRIDE;
|
| + virtual bool equalTo(const AnimatableValue*) const OVERRIDE FINAL;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(AnimatableRepeatable, AnimatableValue, value, (value->isRepeatable() || value->isStrokeDasharrayList()), (value.isRepeatable() || value.isStrokeDasharrayList()));
|
|
|