Desktop: Update CEF to v140 (#3277)

* update cef to v140

* fix build

* update flake
This commit is contained in:
Timon
2025-10-13 06:56:56 +02:00
committed by GitHub
parent ca70fd8380
commit e366e4d64e
5 changed files with 44 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ impl ImplLifeSpanHandler for BrowserProcessLifeSpanHandlerImpl {
_user_gesture: ::std::os::raw::c_int,
_popup_features: Option<&cef::PopupFeatures>,
_window_info: Option<&mut cef::WindowInfo>,
_client: Option<&mut Option<impl cef::ImplClient>>,
_client: Option<&mut Option<cef::Client>>,
_settings: Option<&mut cef::BrowserSettings>,
_extra_info: Option<&mut Option<cef::DictionaryValue>>,
_no_javascript_access: Option<&mut ::std::os::raw::c_int>,