aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc
blob: 7f2280fe28ead81150194e02700ab80f966aa933 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/service/display/skia_renderer.cc.orig	2022-07-22 17:30:31 UTC
+++ components/viz/service/display/skia_renderer.cc
@@ -1021,7 +1021,7 @@ void SkiaRenderer::ClearFramebuffer() {
   if (current_frame()->current_render_pass->has_transparent_background) {
     ClearCanvas(SkColorSetARGB(0, 0, 0, 0));
   } else {
-#if DCHECK_IS_ON() && !BUILDFLAG(IS_LINUX)
+#if DCHECK_IS_ON() && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
     // On DEBUG builds, opaque render passes are cleared to blue
     // to easily see regions that were not drawn on the screen.
     // ClearCavas() call causes slight pixel difference, so linux-ref and