| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index c4a62913bf8abb11f5c5aa37b0d2dfbf44edbdf9..bfaa1041e1f8e22ed2e0588b38ed0bf3319434ce 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -50,7 +50,7 @@ private:
|
| void clearCache() const;
|
| bool isCacheValid(const InterpolationEnvironment&, const UnderlyingValue&) const;
|
| bool isNeutralKeyframeActive() const;
|
| - PassOwnPtr<PairwisePrimitiveInterpolation> maybeConvertPairwise(const InterpolationEnvironment*, const UnderlyingValue&) const;
|
| + PassOwnPtr<PairwisePrimitiveInterpolation> maybeConvertPairwise(const InterpolationEnvironment&, const UnderlyingValue&) const;
|
| PassOwnPtr<InterpolationValue> convertSingleKeyframe(const PropertySpecificKeyframe&, const InterpolationEnvironment&, const UnderlyingValue&) const;
|
| void setFlagIfInheritUsed(InterpolationEnvironment&) const;
|
| double underlyingFraction() const;
|
|
|