| Index: Source/core/animation/StringKeyframe.h
|
| diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
|
| index 1ec0ea967d091b8f399450b2ba725f8764ebbf00..5dc8603668d5217049e543cc5755a6353a311e21 100644
|
| --- a/Source/core/animation/StringKeyframe.h
|
| +++ b/Source/core/animation/StringKeyframe.h
|
| @@ -51,8 +51,6 @@ public:
|
|
|
| static bool createInterpolationsFromCSSValues(CSSPropertyID, CSSValue* fromCSSValue, CSSValue* toCSSValue, Element*, OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation>>>& interpolations);
|
|
|
| - void ensureAnimatableValueCaches(CSSPropertyID, Keyframe::PropertySpecificKeyframe&, Element*, CSSValue& fromCSSValue, CSSValue& toCSSValue) const;
|
| -
|
| RefPtrWillBeMember<CSSValue> m_value;
|
| mutable RefPtrWillBeMember<AnimatableValue> m_animatableValueCache;
|
| };
|
|
|