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.
master
jp9000 2019-09-01 10:39:11 -07:00
parent 9a5cb0ae36
commit 297f9fb0fd
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 17706ea76cea57fc8a351fe05f67bbdf1b1e3e71
Subproject commit b7d3ac2d32bcdb5c21e4ff3557013aa1206ec6e9