From eba6810423d85285caf4f6a03dd5cb1827ccfb5d Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 4 Mar 2020 06:14:38 -0800 Subject: [PATCH] obs-browser: Fix CEF initialization conflict Fixes a CEF initialization issue where CefInitialize would internally call a Chromium function that would change process permissions. The permissions it changed would break other functionality within the program, such as the new window capture method based upon Window.Graphics.Capture. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index d70789932..cf353d797 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit d70789932667b160051e79ccc583cfcfeb088da5 +Subproject commit cf353d797a1d405651a23443710336b169a90b10