Skip to content

Commit

Permalink
[web-animations] remove unnecessary return statement in `KeyframeEf…
Browse files Browse the repository at this point in the history
…fect::applyPendingAcceleratedActions()`

https://bugs.webkit.org/show_bug.cgi?id=270576
rdar://124145663

Reviewed by Dean Jackson.

* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::applyPendingAcceleratedActions):

Canonical link: https://commits.webkit.org/275755@main
  • Loading branch information
graouts committed Mar 6, 2024
1 parent 03a094c commit c31beeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WebCore/animation/KeyframeEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2015,8 +2015,6 @@ void KeyframeEffect::applyPendingAcceleratedActions()
break;
}
}

return;
}

Ref<const Animation> KeyframeEffect::backingAnimationForCompositedRenderer() const
Expand Down

0 comments on commit c31beeb

Please sign in to comment.