| Index: third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| index f7e7e374b32c62954d9256065b91e857ee8e1289..cd2d332fe317f4cabc3808ea8d9da4812d552b27 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| @@ -110,9 +110,6 @@ public:
|
| bool snapshotNeutralCompositorKeyframes(Element&, const ComputedStyle& oldStyle, const ComputedStyle& newStyle);
|
| bool snapshotAllCompositorKeyframes(Element&, const ComputedStyle* baseStyle);
|
|
|
| - template<typename T>
|
| - inline void forEachInterpolation(const T& callback) { m_interpolationEffect.forEachInterpolation(callback); }
|
| -
|
| static KeyframeVector normalizedKeyframesForInspector(const KeyframeVector& keyframes) { return normalizedKeyframes(keyframes); }
|
|
|
| bool affects(PropertyHandle property) const override
|
|
|