TypeShapeValue 60 Source/core/animation/AnimatableShapeValue.h virtual AnimatableType type() const OVERRIDE { return TypeShapeValue; } TypeShapeValue 80 Source/core/animation/AnimatableValue.h bool isShapeValue() const { return type() == TypeShapeValue; }