<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: WebGL doesn't show up in CSS reflections"
href="https://bugs.webkit.org/show_bug.cgi?id=76489#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: WebGL doesn't show up in CSS reflections"
href="https://bugs.webkit.org/show_bug.cgi?id=76489">bug 76489</a>
from <span class="vcard"><a class="email" href="mailto:graouts@webkit.org" title="Antoine Quint <graouts@webkit.org>"> <span class="fn">Antoine Quint</span></a>
</span></b>
<pre>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;
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>