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

Commit ab4e195

Browse files
author
Casey Hillers
authored
Reland "Remove GN staging flag for save layer bounds" (#42029)
Reverts #42026 After investigating, this is a bug fix for the scubas.
1 parent d685520 commit ab4e195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ 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.
305303
gn_args['skia_use_icu'] = True
306304
gn_args['is_official_build'] = True # Disable Skia test utilities.
307305
gn_args['android_full_debug'

0 commit comments

Comments
 (0)