Chromium Code Reviews| 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; |
|
alancutter (OOO until 2018)
2015/02/04 20:24:37
Include parameter names here: end, from, to.
jadeg
2015/02/05 23:37:03
Done.
|
| + |
| RefPtrWillBeMember<CSSValue> m_value; |
| mutable RefPtrWillBeMember<AnimatableValue> m_animatableValueCache; |
| }; |