There is a 2 places to disable video overlays. - [DCLayerTree::CompositorEndFrame()](https://searchfox.org/mozilla-central/rev/e637cd67f98ed4272d13a96db9a7674689122dcb/gfx/webrender_bindings/DCLayerTree.cpp#673) - [DCSurfaceVideo::PresentVideo()](https://searchfox.org/mozilla-central/rev/e637cd67f98ed4272d13a96db9a7674689122dcb/gfx/webrender_bindings/DCLayerTree.cpp#1628) I forgot to add calling DCSurfaceVideo::DisableVideoOverlay() in DCSurfaceVideo::PresentVideo().
Bug 1910637 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
There is a 2 places to disable video overlays. - [DCLayerTree::CompositorEndFrame()](https://searchfox.org/mozilla-central/rev/e637cd67f98ed4272d13a96db9a7674689122dcb/gfx/webrender_bindings/DCLayerTree.cpp#673) - [DCSurfaceVideo::PresentVideo()](https://searchfox.org/mozilla-central/rev/e637cd67f98ed4272d13a96db9a7674689122dcb/gfx/webrender_bindings/DCLayerTree.cpp#1628) I forgot to add calling DCSurfaceVideo::DisableVideoOverlay() in DCSurfaceVideo::PresentVideo() :(