diff options
Diffstat (limited to 'www/chromium/files/patch-components_viz_test_fake__display__client.h')
-rw-r--r-- | www/chromium/files/patch-components_viz_test_fake__display__client.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-components_viz_test_fake__display__client.h b/www/chromium/files/patch-components_viz_test_fake__display__client.h index 04e55d54dd5f..7153bbbac018 100644 --- a/www/chromium/files/patch-components_viz_test_fake__display__client.h +++ b/www/chromium/files/patch-components_viz_test_fake__display__client.h @@ -1,11 +1,11 @@ ---- components/viz/test/fake_display_client.h.orig 2022-02-28 16:54:41 UTC +--- components/viz/test/fake_display_client.h.orig 2024-01-30 07:53:34 UTC +++ components/viz/test/fake_display_client.h -@@ -34,7 +34,7 @@ class FakeDisplayClient : public mojom::DisplayClient - mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver) override; +@@ -36,7 +36,7 @@ class FakeDisplayClient : public mojom::DisplayClient + void AddChildWindowToBrowser(gpu::SurfaceHandle child_window) override; #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) void DidCompleteSwapWithNewSize(const gfx::Size& size) override; - #endif + #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) |