[webkit-changes] [WebKit/WebKit] b84c65: [web-animations] mark AnimationEffect subclasses a...

Antoine Quint noreply at github.com
Fri Feb 10 09:42:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b84c65e04ccc71499331ce4467bbb409860cc5f6
      https://github.com/WebKit/WebKit/commit/b84c65e04ccc71499331ce4467bbb409860cc5f6
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M Source/WebCore/animation/CustomEffect.h
    M Source/WebCore/animation/KeyframeEffect.h

  Log Message:
  -----------
  [web-animations] mark AnimationEffect subclasses as final
https://bugs.webkit.org/show_bug.cgi?id=252051

Reviewed by Dean Jackson.

We also mark the few overridden methods previously marked as `override`
as `final` to harmonize with the way other overriden methods are marked
in those files.

* Source/WebCore/animation/CustomEffect.h:
* Source/WebCore/animation/KeyframeEffect.h:

Canonical link: https://commits.webkit.org/260112@main




More information about the webkit-changes mailing list