From 6d5d488679a9486574eea6e15eb0de5114e36998 Mon Sep 17 00:00:00 2001 From: Michael Ludwig Date: Thu, 4 May 2023 15:50:23 -0400 Subject: [PATCH] Add temporary staging GN arg for Skia roll In order to enable the new behavior, dl_imagefilter_unittests need to be updated to reflect new bounds mapping values. This requires an atomic PR to disable the legacy arg and update after skia rolls. --- tools/gn | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gn b/tools/gn index cbc33afdc0bd1..fc6504b5127b4 100755 --- a/tools/gn +++ b/tools/gn @@ -302,6 +302,7 @@ def to_gn_args(args): gn_args['skia_use_fontconfig'] = args.enable_fontconfig gn_args['skia_use_legacy_layer_bounds' ] = True # Temporary: See skbug.com/12083, skbug.com/12303. + gn_args['skia_use_legacy_colorfilter_imagefilter'] = True # Temporary staging gn_args['skia_use_icu'] = True gn_args['is_official_build'] = True # Disable Skia test utilities. gn_args['android_full_debug'