[webkit-changes] [WebKit/WebKit] 398ad4: [scroll-animations] Remove use of members to hold ...

Nikos Mouchtaris noreply at github.com
Fri Oct 18 14:21:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 398ad41dc09198f6b790245ba82686968bdee7b5
      https://github.com/WebKit/WebKit/commit/398ad41dc09198f6b790245ba82686968bdee7b5
  Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/WebCore/animation/ViewTimeline.cpp
    M Source/WebCore/animation/ViewTimeline.h

  Log Message:
  -----------
  [scroll-animations] Remove use of members to hold start/endOffset on ViewTimeline
https://bugs.webkit.org/show_bug.cgi?id=281615
rdar://138059636

Reviewed by Antoine Quint and Tim Nguyen.

Remove members used to hold start/endOffset values and return a Ref instead.

* Source/WebCore/animation/ViewTimeline.cpp:
(WebCore::ViewTimeline::ViewTimeline):
(WebCore::ViewTimeline::startOffset):
(WebCore::ViewTimeline::endOffset):
* Source/WebCore/animation/ViewTimeline.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list