| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
|
| index 80bade51feedd3a4868c570f6125b55f4543b882..e1fcfade260be16782be49bd3ed25f9bcece728c 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
|
| @@ -135,7 +135,8 @@ class CORE_EXPORT AnimatableValue : public RefCounted<AnimatableValue> {
|
|
|
| private:
|
| virtual AnimatableType type() const = 0;
|
| - // Implementations can assume that the object being compared has the same type as the object this is called on
|
| + // Implementations can assume that the object being compared has the same type
|
| + // as the object this is called on
|
| virtual bool equalTo(const AnimatableValue*) const = 0;
|
|
|
| template <class Keyframe>
|
|
|