| Index: sky/engine/core/animation/InterpolableValue.h
|
| diff --git a/sky/engine/core/animation/InterpolableValue.h b/sky/engine/core/animation/InterpolableValue.h
|
| index a3a55fb6a732294023a272e551e22f2ce2647f71..3f975508864b095d4e2b73195e7bce065f372d4c 100644
|
| --- a/sky/engine/core/animation/InterpolableValue.h
|
| +++ b/sky/engine/core/animation/InterpolableValue.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace blink {
|
|
|
| -class InterpolableValue : public DummyBase<InterpolableValue> {
|
| +class InterpolableValue {
|
| DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(InterpolableValue);
|
| public:
|
| virtual bool isNumber() const { return false; }
|
|
|