| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index 49e1f3b3a9c45cca64b2099b1098ad62621ad919..e1a3b4435bdc6e9544998cf643605691f1690f4a 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -28,7 +28,7 @@ public:
|
|
|
| PropertyHandle property() const final { return m_property; }
|
| virtual void interpolate(int iteration, double fraction);
|
| - bool dependsOnUnderlyingValue() const;
|
| + bool dependsOnUnderlyingValue() const final;
|
| virtual void apply(InterpolationEnvironment&) const { ASSERT_NOT_REACHED(); }
|
| static void applyStack(const ActiveInterpolations&, InterpolationEnvironment&);
|
|
|
|
|