TypeClipPathOperation 60 Source/core/animation/AnimatableClipPathOperation.h virtual AnimatableType type() const OVERRIDE { return TypeClipPathOperation; } TypeClipPathOperation 64 Source/core/animation/AnimatableValue.h bool isClipPathOperation() const { return type() == TypeClipPathOperation; }