From 297f9fb0fdfc3d20e86175dc1867c24279ad6d05 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 1 Sep 2019 10:39:11 -0700 Subject: [PATCH] obs-browser: Do not use WasHidden() for visibility on 3507+ Using WasHidden() for the purposes of visibility no longer can be relied upon due to some sort of bug with OSR in Chromium. This issue does not happen when using 3440. The browser works fine without WasHidden() calls, so we must remove its usage or be forced to use 3440. For those who need the visibility handling, an alternative will have to be used once it's available. Additionally, this reverts the failed workaround to use OBS FPS in place of SignalBeginFrame() because that code is no longer needed due to the WasHidden() removal. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index 17706ea76..b7d3ac2d3 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit 17706ea76cea57fc8a351fe05f67bbdf1b1e3e71 +Subproject commit b7d3ac2d32bcdb5c21e4ff3557013aa1206ec6e9