TypeShadow 59 Source/core/animation/AnimatableShadow.h virtual AnimatableType type() const OVERRIDE { return TypeShadow; } TypeShadow 79 Source/core/animation/AnimatableValue.h bool isShadow() const { return type() == TypeShadow; }