mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 110.0.5481.0 (#1084008)
This commit is contained in:
@@ -41,10 +41,7 @@ void TranslatePopupFeatures(const blink::mojom::WindowFeatures& webKitFeatures,
|
||||
features.height = static_cast<int>(webKitFeatures.bounds.height());
|
||||
features.heightSet = webKitFeatures.has_height;
|
||||
|
||||
features.menuBarVisible = webKitFeatures.menu_bar_visible;
|
||||
features.statusBarVisible = webKitFeatures.status_bar_visible;
|
||||
features.toolBarVisible = webKitFeatures.tool_bar_visible;
|
||||
features.scrollbarsVisible = webKitFeatures.scrollbars_visible;
|
||||
features.isPopup = webKitFeatures.is_popup;
|
||||
}
|
||||
|
||||
CefBrowserInfoManager* g_info_manager = nullptr;
|
||||
|
Reference in New Issue
Block a user