mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Remove GN staging flag for save layer bounds" (flutter/engine#42026)
Reverts flutter/engine#41940 See b/282115120 This caused a golden failure on Google Testing where a rectangular avatar became circular.
This commit is contained in:
parent
c2634ce31d
commit
e331048fc7
@ -300,6 +300,8 @@ def to_gn_args(args):
|
||||
gn_args['skia_use_wuffs'] = True
|
||||
gn_args['skia_use_expat'] = args.target_os == 'android'
|
||||
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_icu'] = True
|
||||
gn_args['is_official_build'] = True # Disable Skia test utilities.
|
||||
gn_args['android_full_debug'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user