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