Loading layout/style/nsTransitionManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ ElementTransitions::CanPerformOnCompositorThread(CanAnimateFlags aFlags) const if (!css::CommonElementAnimationData::CanAnimatePropertyOnCompositor(mElement, pt.mProperty, aFlags) || !css::CommonElementAnimationData::IsCompositorAnimationDisabledForFrame(frame)) { css::CommonElementAnimationData::IsCompositorAnimationDisabledForFrame(frame)) { return false; } if (pt.mProperty == eCSSProperty_opacity) { Loading Loading
layout/style/nsTransitionManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ ElementTransitions::CanPerformOnCompositorThread(CanAnimateFlags aFlags) const if (!css::CommonElementAnimationData::CanAnimatePropertyOnCompositor(mElement, pt.mProperty, aFlags) || !css::CommonElementAnimationData::IsCompositorAnimationDisabledForFrame(frame)) { css::CommonElementAnimationData::IsCompositorAnimationDisabledForFrame(frame)) { return false; } if (pt.mProperty == eCSSProperty_opacity) { Loading