aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_shell_browser_ui_inspectable__web__contents__view__delegate.h
blob: 36fa491f6daaac532e6d501b803c5a6868d2221d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/browser/ui/inspectable_web_contents_view_delegate.h.orig	2022-05-18 15:31:32 UTC
+++ electron/shell/browser/ui/inspectable_web_contents_view_delegate.h
@@ -24,7 +24,7 @@ class InspectableWebContentsViewDelegate {
   // Returns the icon of devtools window.
   virtual ui::ImageModel GetDevToolsWindowIcon();
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Called when creating devtools window.
   virtual void GetDevToolsWindowWMClass(std::string* name,
                                         std::string* class_name) {}