[Webkit-unassigned] [Bug 164913] Crash in WebCore::Animation::animationsMatch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 12 23:31:09 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=164913
Fujii Hironori <Hironori.Fujii at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |Hironori.Fujii at sony.com
Resolution|--- |FIXED
--- Comment #15 from Fujii Hironori <Hironori.Fujii at sony.com> ---
WebCore::Animation is a RefCounted object that is thread-unsafe.
TextureMapperAnimation was shared between the main thread and
ThreadedCompositor thread. WebCore::Animation object should be
cloned and TextureMapperAnimation should have an isoleted copy of
WebCore::Animation. Zan's patch (Bug 166923 comment 1) was aiming
that.
r248406 (Bug 200533) changed TextureMapperAnimation to have
RefPtr<TimingFunction> instead of RefPtr<WebCore::Animation>, and
call TimingFunction::clone(). I think this crash was fixed by
r248406.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201113/e520a0d2/attachment-0001.htm>
More information about the webkit-unassigned
mailing list