Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 60dde2d1ee700d2d251120a375178f89cb63afe8
      
https://github.com/WebKit/WebKit/commit/60dde2d1ee700d2d251120a375178f89cb63afe8
  Author: Ahmad Saleem <[email protected]>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M Source/WebCore/svg/animation/SVGSMILElement.cpp

  Log Message:
  -----------
  Simplify end-resolution in `SVGSMILElement::resolveInterval`
https://bugs.webkit.org/show_bug.cgi?id=291349

Reviewed by Nikolas Zimmermann.

Merge: 
https://chromium.googlesource.com/chromium/src.git/+/95179be9d1d66c639c98a6ba0c4214fe9e022730

This patch do following things:

* findInstanceTime(End, ...) will return "indefinite" for an empty,
   so always call that.
* Sink the call to resolveActiveEnd(...) since it can be shared between
   the two cases.
* Drop the redundant "!m_endTimes.isEmpty()" check.

* Source/WebCore/svg/animation/SVGSMILElement.cpp:
(WebCore::SVGSMILElement::resolveInterval const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to