mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Switch from `fml::NonOwnedMapping` to `fml::DataMapping`. All other uses of `fml::NonOwnedMapping` are not in `PlatformView` and do not access data after references are out of scope. This fixes https://fxbug.dev/77924.