36078b812656c8034f3ea673f3eb4381c0d61c66
Previously, we were passing `nullptr` to the `IOSSurfaceNoop` constructor:56d060d501/shell/platform/darwin/ios/ios_surface_noop.mm (L23-L24)which calls the IOSSurface constructor:56d060d501/shell/platform/darwin/ios/ios_surface.mm (L55-L58)Which calls `FML_DCHECK(ios_context_)`, which really doesn't like it when `ios_context_` is null. I will later follow up with the next question of... "what exactly is going on with our CI here?", but this unbreaks my local dev testing workflow for the moment :) [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%