| 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 1404f4cb0d7bbe039dea81458c10d6ae8ba12ff9..bde0825ed1cec08834421b74f7ebc7cb464192a8 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -27,6 +27,7 @@ class CORE_EXPORT Interpolation : public RefCounted<Interpolation> {
|
|
|
| virtual bool isInvalidatableInterpolation() const { return false; }
|
| virtual bool isLegacyStyleInterpolation() const { return false; }
|
| + virtual bool isTransitionInterpolation() const { return false; }
|
|
|
| virtual const PropertyHandle& getProperty() const = 0;
|
| virtual bool dependsOnUnderlyingValue() const { return false; }
|
|
|