GTK >= 3.90.0 removed support for menuitem icons. When Electron is built with GTK >= 3.90.0, our code builds these icons and then throws them away unused. Instead, let's just not build them. Our gtk_util::GdkPixbufFromSkBitmap utility uses BGRAToRGBA and is expensive to call. |
||
|---|---|---|
| .. | ||
| menu_gtk.cc | ||
| menu_gtk.h | ||
| menu_util.cc | ||
| menu_util.h | ||