[webkit-changes] [WebKit/WebKit] 2e13a8: Make functions expecting ComputedEffectTiming or B...

Antoine Quint noreply at github.com
Fri Jan 13 12:01:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2e13a8bc0a16f6c404e0308955a130eed66b81db
      https://github.com/WebKit/WebKit/commit/2e13a8bc0a16f6c404e0308955a130eed66b81db
  Author: Antoine Quint <graouts at apple.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M Source/WebCore/animation/AnimationEffect.cpp
    M Source/WebCore/animation/AnimationEffect.h
    M Source/WebCore/animation/KeyframeEffect.cpp
    M Source/WebCore/animation/KeyframeEffect.h
    M Source/WebCore/inspector/InspectorInstrumentation.cpp
    M Source/WebCore/inspector/InspectorInstrumentation.h
    M Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp
    M Source/WebCore/inspector/agents/InspectorAnimationAgent.h

  Log Message:
  -----------
  Make functions expecting ComputedEffectTiming or BasicEffectTiming parameters use a const reference
https://bugs.webkit.org/show_bug.cgi?id=250574

Reviewed by Antti Koivisto.

* Source/WebCore/animation/AnimationEffect.cpp:
(WebCore::AnimationEffect::timeToNextTick const):
* Source/WebCore/animation/AnimationEffect.h:
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::timeToNextTick const):
* Source/WebCore/animation/KeyframeEffect.h:
* Source/WebCore/inspector/InspectorInstrumentation.cpp:
(WebCore::InspectorInstrumentation::willApplyKeyframeEffectImpl):
* Source/WebCore/inspector/InspectorInstrumentation.h:
(WebCore::InspectorInstrumentation::willApplyKeyframeEffect):
* Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp:
(WebCore::isDelayed):
(WebCore::InspectorAnimationAgent::willApplyKeyframeEffect):
* Source/WebCore/inspector/agents/InspectorAnimationAgent.h:

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




More information about the webkit-changes mailing list