chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.09k stars 450 forks source link

chrome: linux: Support configuration of the default app icon #3607

Open magreenblatt opened 7 months ago

magreenblatt commented 7 months ago

Is your feature request related to a problem? Please describe. From #3606, ChromeViewsDelegate::GetDefaultWindowIcon on Linux loads the default Chromium icon via the shared ResourceBundle with ID IDR_PRODUCT_LOGO_128.

Describe the solution you'd like For custom client handling we would need to provide a callback from CefResourceBundleDelegate::GetImageNamed for retrieving resources as CefImage.