| Index: third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| index d93ed1c2ec7e1a1b90b033d28a1b2a15fc7807dd..55e9edd082015f3d49bdce4c2bbc5de6322c91a6 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| @@ -76,6 +76,7 @@ public:
|
|
|
| const PassRefPtr<AnimatableValue> getAnimatableValue() const final { return nullptr; }
|
|
|
| + bool isNeutral() const final { return m_value.isNull(); }
|
| PassOwnPtr<PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const final;
|
| PassRefPtr<Interpolation> maybeCreateInterpolation(PropertyHandle, Keyframe::PropertySpecificKeyframe& end, Element*, const ComputedStyle* baseStyle) const final;
|
|
|
|
|