Files
flutter/engine
Loïc Sharma 58e16a0ca7 [ANGLE] Re-enable ANGLE's "force context check" build flag (flutter/engine#37055)
In [angle@54dfb62](54dfb62c24), ANGLE made the "force context check" flag off by default [to improve performance](https://chromium-review.googlesource.com/c/angle/angle/+/2809855). Disabling this flag uncovered several bugs in ANGLE's D3D11 renderer that can cause [Flutter 3.3.0+ to crash](https://github.com/flutter/flutter/issues/110311). This change re-enables the "force context check" flag, bringing Flutter back to the last known good state used by Flutter 3.0.5 and earlier.

Fixes https://github.com/flutter/flutter/issues/110311
2022-10-31 11:53:23 -07:00
..