--- components/viz/test/fake_display_client.h.orig 2022-02-28 16:54:41 UTC +++ components/viz/test/fake_display_client.h @@ -34,7 +34,7 @@ class FakeDisplayClient : public mojom::DisplayClient mojo::PendingReceiver receiver) override; #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) void DidCompleteSwapWithNewSize(const gfx::Size& size) override; #endif