mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
11 lines
571 B
C++
11 lines
571 B
C++
--- ui/compositor/compositor.cc.orig 2023-09-13 12:11:42 UTC
|
|
+++ ui/compositor/compositor.cc
|
|
@@ -896,7 +896,7 @@ void Compositor::OnResume() {
|
|
|
|
// 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 Compositor::OnCompleteSwapWithNewSize(const gfx::Size& size) {
|
|
for (auto& observer : observer_list_)
|
|
observer.OnCompositingCompleteSwapWithNewSize(this, size);
|