[Webkit-unassigned] [Bug 221989] [ BigSur Debug Wk 2 ] ASSERT NOT REACHED in WebCore::DisplayList::PaintFrameForMedia::apply
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 20 11:06:41 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221989
--- Comment #5 from Peng Liu <peng.liu6 at apple.com> ---
(In reply to Wenson Hsieh from comment #3)
> This might imply that we're unable to map to a MediaPlayer here:
>
> bool RemoteRenderingBackend::applyMediaItem(DisplayList::ItemHandle item,
> GraphicsContext& context)
>
> ...
>
> auto& mediaItem = item.get<DisplayList::PaintFrameForMedia>();
> auto player =
> m_gpuConnectionToWebProcess->remoteMediaPlayerManagerProxy().
> mediaPlayer(mediaItem.identifier());
> if (!player)
> return false;
I think we can just return true here.
--
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/20210220/660b903a/attachment.htm>
More information about the webkit-unassigned
mailing list