[Webkit-unassigned] [Bug 207979] New: RenderLayerBacking::notifyAnimationStarted calls directly into the old animation controller

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 17:29:19 PST 2020


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

            Bug ID: 207979
           Summary: RenderLayerBacking::notifyAnimationStarted calls
                    directly into the old animation controller
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: dino at apple.com

void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, const String&, MonotonicTime time)
{
    renderer().animation().notifyAnimationStarted(renderer(), time);
}


Need some RuntimeEnabledFeatures::sharedFeatures().webAnimationsCSSIntegrationEnabled() goodness there.

-- 
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/20200220/8a22137f/attachment-0001.htm>


More information about the webkit-unassigned mailing list