blob: fc18439b5828029b163da39da00e6cb3450747e5 (
plain) (
tree)
|
|
--- components/viz/service/display/skia_renderer.cc.orig 2023-05-05 12:12:41 UTC
+++ components/viz/service/display/skia_renderer.cc
@@ -1158,7 +1158,7 @@ void SkiaRenderer::ClearFramebuffer() {
if (current_frame()->current_render_pass->has_transparent_background) {
ClearCanvas(SkColors::kTransparent);
} 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
|