| Index: Source/core/animation/InvalidatableStyleInterpolation.h
|
| diff --git a/Source/core/animation/InvalidatableStyleInterpolation.h b/Source/core/animation/InvalidatableStyleInterpolation.h
|
| index a59c47129358f83d4add6c9b44bd4f4ba2fdc66e..5f14c4dd5c6e109478c7f5428a212b019a403c34 100644
|
| --- a/Source/core/animation/InvalidatableStyleInterpolation.h
|
| +++ b/Source/core/animation/InvalidatableStyleInterpolation.h
|
| @@ -45,6 +45,7 @@ private:
|
| bool maybeCachePairwiseConversion(const StyleResolverState*, const InterpolationValue* underlyingValue) const;
|
| PassOwnPtr<InterpolationValue> convertSingleKeyframe(const CSSPropertySpecificKeyframe&, const StyleResolverState&, const InterpolationValue* underlyingValue) const;
|
| void setFlagIfInheritUsed(StyleResolverState&) const;
|
| + double underlyingFraction() const;
|
|
|
| const Vector<const InterpolationType*>& m_interpolationTypes;
|
| const CSSPropertySpecificKeyframe* m_startKeyframe;
|
|
|