Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 308a69c33af35975cea167db50a89e7c29fb06a4 https://github.com/WebKit/WebKit/commit/308a69c33af35975cea167db50a89e7c29fb06a4 Author: Antoine Quint <grao...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes