[webkit-changes] [WebKit/WebKit] 308a69: [threaded-animation-resolution] explicitly obtain ...

Antoine Quint noreply at github.com
Tue Mar 5 11:54:01 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 308a69c33af35975cea167db50a89e7c29fb06a4
      https://github.com/WebKit/WebKit/commit/308a69c33af35975cea167db50a89e7c29fb06a4
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
    M Source/WebCore/platform/animation/AcceleratedEffect.cpp

  Log Message:
  -----------
  [threaded-animation-resolution] explicitly obtain ref-counted properties as references when blending
https://bugs.webkit.org/show_bug.cgi?id=270455

Reviewed by Dean Jackson.

Several properties of `AcceleratedEffectValues` are ref-counted and we access those when blending in `AcceleratedEffect`.
We don't currently mark those as references, so we should make it explicit since we don't want to increase the ref-counting.

* Source/WebCore/platform/animation/AcceleratedEffect.cpp:
(WebCore::blend):

Canonical link: https://commits.webkit.org/275704@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