Blink CompositorAnimations: Do not crash if no compositor animation player.
blink::Animation can loose compositorPlayer if Animation::m_content detached via Animation::setEffect(nullptr) If KeyframeEffect::cancelAnimationOnCompositor wants to clear m_compositorAnimationIds then it shouldn't crash. Also, note the existing comment in CompositorAnimations::cancelAnimationOnCompositor (above changed lines) BUG=571504 R=dstockwell@chromium.org Review URL: https://codereview.chromium.org/1543143002 Cr-Commit-Position: refs/heads/master@{#367055}
Showing
Please register or sign in to comment