[Webkit-unassigned] [Bug 209370] REGRESSION: CSS wavy link hover made with SVG doesn't animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 06:01:26 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209370

--- Comment #8 from Antoine Quint <graouts at webkit.org> ---
In DisplayRefreshMonitorMac::requestRefreshCallback():

        CVReturn error = CVDisplayLinkCreateWithCGDisplay(displayID(), &m_displayLink);
        if (error)
            return false;

We get an error and bail early, never registering for an actual callback.

-- 
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/20200403/2b1dcaee/attachment.htm>


More information about the webkit-unassigned mailing list