| Index: Source/core/animation/AnimatableUnknown.h
|
| diff --git a/Source/core/animation/AnimatableUnknown.h b/Source/core/animation/AnimatableUnknown.h
|
| index fefc4b0ab793f9bb6bde8de71fd82bfc18ebb07a..4080c4d75fdc178ac4f740da865b56ec11dd35c0 100644
|
| --- a/Source/core/animation/AnimatableUnknown.h
|
| +++ b/Source/core/animation/AnimatableUnknown.h
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableUnknown : public AnimatableValue {
|
| +class AnimatableUnknown FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableUnknown() { }
|
|
|
| @@ -59,7 +59,7 @@ protected:
|
| return defaultInterpolateTo(this, value, fraction);
|
| }
|
|
|
| - virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const { return true; }
|
| + virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE { return true; }
|
|
|
| private:
|
| explicit AnimatableUnknown(PassRefPtr<CSSValue> value)
|
|
|