electron/shell/browser/ui/gtk
Charles Kerr 8efd24c339
perf: don't create unused menuitem icons (#47100)
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.
2025-05-16 02:43:03 -05:00
..
menu_gtk.cc
menu_gtk.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
menu_util.cc perf: don't create unused menuitem icons (#47100) 2025-05-16 02:43:03 -05:00
menu_util.h perf: don't create unused menuitem icons (#47100) 2025-05-16 02:43:03 -05:00