Commit 8e80c21c authored by Benoit Girard's avatar Benoit Girard
Browse files

Bug 936864 - Fix logic error in async animation code. r=roc a=lsblakk

parent 12938dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {