X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru%2Fcef_capture.cpp;fp=nageru%2Fcef_capture.cpp;h=b9baa0e001cd073912d2679e235feed4503576da;hp=952486158cdb67e19d604c6322af253d745b71ea;hb=a728398a530a78df171a0a5de5f8ec2b444cb6c1;hpb=a30c2972b928d9f13ebee54466f2e6af12219c31 diff --git a/nageru/cef_capture.cpp b/nageru/cef_capture.cpp index 9524861..b9baa0e 100644 --- a/nageru/cef_capture.cpp +++ b/nageru/cef_capture.cpp @@ -189,7 +189,7 @@ void CEFCapture::start_bm_capture() CefWindowInfo window_info; window_info.SetAsWindowless(0); - browser = CefBrowserHost::CreateBrowserSync(window_info, cef_client, start_url, browser_settings, nullptr); + browser = CefBrowserHost::CreateBrowserSync(window_info, cef_client, start_url, browser_settings, nullptr, nullptr); for (function &task : deferred_tasks) { task(); }