aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-components_viz_host_host__display__client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-components_viz_host_host__display__client.cc')
-rw-r--r--devel/electron23/files/patch-components_viz_host_host__display__client.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron23/files/patch-components_viz_host_host__display__client.cc b/devel/electron23/files/patch-components_viz_host_host__display__client.cc
deleted file mode 100644
index ee356fc46394..000000000000
--- a/devel/electron23/files/patch-components_viz_host_host__display__client.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/viz/host/host_display_client.cc.orig 2023-02-15 13:08:45 UTC
-+++ components/viz/host/host_display_client.cc
-@@ -74,7 +74,7 @@ void HostDisplayClient::AddChildWindowToBrowser(
-
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
- void HostDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {
- NOTIMPLEMENTED();
- }