Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dd8d76d

Browse files
author
Casey Hillers
authored
Revert "Remove GN staging flag for save layer bounds" (#42026)
Reverts #41940 See b/282115120 This caused a golden failure on Google Testing where a rectangular avatar became circular.
1 parent a1ccf90 commit dd8d76d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ def to_gn_args(args):
300300
gn_args['skia_use_wuffs'] = True
301301
gn_args['skia_use_expat'] = args.target_os == 'android'
302302
gn_args['skia_use_fontconfig'] = args.enable_fontconfig
303+
gn_args['skia_use_legacy_layer_bounds'
304+
] = True # Temporary: See skbug.com/12083, skbug.com/12303.
303305
gn_args['skia_use_icu'] = True
304306
gn_args['is_official_build'] = True # Disable Skia test utilities.
305307
gn_args['android_full_debug'

0 commit comments

Comments
 (0)