Skip to content

Commit 0e80f1b

Browse files
committed
Quirks: Fix build
1 parent bbbfe72 commit 0e80f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer(MediaPlayer* player)
193193
m_nicosiaLayer = Nicosia::ContentLayer::create(Nicosia::ContentLayerTextureMapperImpl::createFactory(*this,
194194
[&]() -> Ref<TextureMapperPlatformLayerProxy> {
195195
if (isHolePunchRenderingEnabled())
196-
return adoptRef(*new TextureMapperPlatformLayerProxyGL(true));
196+
return adoptRef(*new TextureMapperPlatformLayerProxyGL);
197197

198198
#if USE(TEXTURE_MAPPER_DMABUF)
199199
if (webKitDMABufVideoSinkIsEnabled() && webKitDMABufVideoSinkProbePlatform())

0 commit comments

Comments
 (0)