| Index: third_party/WebKit/Source/core/animation/InterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| index 15a180202ca66fedc13003e7851aedb879ca9cfc..f2ce4b12e84cb69a8560f837751a9bdfaf036126 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| @@ -31,6 +31,8 @@ class InterpolationType {
|
| WTF_MAKE_NONCOPYABLE(InterpolationType);
|
|
|
| public:
|
| + virtual ~InterpolationType() {}
|
| +
|
| PropertyHandle getProperty() const { return m_property; }
|
|
|
| // ConversionCheckers are returned from calls to maybeConvertPairwise() and
|
|
|