[webkit-changes] [WebKit/WebKit] e04961: Improve ShouldUpdateAnimationsAndSendEvents enumer...

Chris Dumez noreply at github.com
Wed Mar 22 22:14:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e049610fbafb49ca4cd0b247bae754b1db6cf3f7
      https://github.com/WebKit/WebKit/commit/e049610fbafb49ca4cd0b247bae754b1db6cf3f7
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M Source/WebCore/animation/DocumentTimeline.h

  Log Message:
  -----------
  Improve ShouldUpdateAnimationsAndSendEvents enumeration
https://bugs.webkit.org/show_bug.cgi?id=254309

Reviewed by Ryosuke Niwa.

Use bool as underlying type and reverse the values so that No==0 and Yes==1.

* Source/WebCore/animation/DocumentTimeline.h:

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




More information about the webkit-changes mailing list