diff --git a/shell/platform/darwin/ios/ios_context_software.mm b/shell/platform/darwin/ios/ios_context_software.mm index dcf63c223d942..15a7e2e94c0ef 100644 --- a/shell/platform/darwin/ios/ios_context_software.mm +++ b/shell/platform/darwin/ios/ios_context_software.mm @@ -38,7 +38,7 @@ // message. NSLog(@"Flutter: Attempted to composite external texture sources using the software backend. " @"This backend is only used on simulators. This feature is only available on actual " - @"devices where OpenGL or Metal is used for rendering."); + @"devices where Metal is used for rendering."); // Not supported in this backend. return nullptr;