| Index: third_party/WebKit/Source/core/animation/Interpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| index 5e47a51cda0aa86bd56681e44608919581dff790..1c8c1916daf8f007ec32cc0f650f70da60217345 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -21,7 +21,7 @@ public:
|
| virtual void interpolate(int iteration, double fraction);
|
|
|
| virtual bool isStyleInterpolation() const { return false; }
|
| - virtual bool isInvalidatableStyleInterpolation() const { return false; }
|
| + virtual bool isInvalidatableInterpolation() const { return false; }
|
| virtual bool isLegacyStyleInterpolation() const { return false; }
|
| virtual bool isSVGInterpolation() const { return false; }
|
|
|
|
|