[Webkit-unassigned] [Bug 76489] REGRESSION: WebGL doesn't show up in CSS reflections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 05:16:58 PDT 2016


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

--- Comment #9 from Antoine Quint <graouts at webkit.org> ---
In PlatformCALayerRemoteCustom::clone, I also see this which looks suspicious in order to get reflections working on iOS:

    if (layerType() == LayerTypeWebGLLayer) {
        clonedLayer = adoptNS([[CALayer alloc] init]);
        // FIXME: currently copying WebGL contents breaks the original layer.
        copyContents = false;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160601/0331e303/attachment.html>


More information about the webkit-unassigned mailing list