makeInertAnimation 89 Source/core/animation/AnimationStackTest.cpp RefPtr<InertAnimation> inert1 = makeInertAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3))); makeInertAnimation 90 Source/core/animation/AnimationStackTest.cpp RefPtr<InertAnimation> inert2 = makeInertAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(4)));