diff --git a/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm b/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm index a9bbe4fa7bda9..7db793424c4ce 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm @@ -200,10 +200,9 @@ settings.may_insecurely_connect_to_all_domains = true; settings.domain_network_policy = ""; - // Whether to enable Impeller. + // Whether to enable wide gamut colors. NSNumber* nsEnableWideGamut = [mainBundle objectForInfoDictionaryKey:@"FLTEnableWideGamut"]; - // TODO(gaaclarke): Make this value `on` by default (pending memory audit). - BOOL enableWideGamut = nsEnableWideGamut ? nsEnableWideGamut.boolValue : NO; + BOOL enableWideGamut = nsEnableWideGamut ? nsEnableWideGamut.boolValue : YES; settings.enable_wide_gamut = enableWideGamut; // TODO(dnfield): We should reverse the order for all these settings so that command line options