Home
last modified time | relevance | path

Searched refs:modifiedCurrentStyle (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.cpp89 RefPtr<RenderStyle> modifiedCurrentStyle; in updateTransitions() local
148 if (!modifiedCurrentStyle) in updateTransitions()
149 modifiedCurrentStyle = RenderStyle::clone(currentStyle); in updateTransitions()
151 implAnim->blendPropertyValueInStyle(prop, modifiedCurrentStyle.get()); in updateTransitions()
169 …te(const_cast<Animation*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle in updateTransitions()