mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
If GPURasterizer::NotifyNextFrameOnce was rapidly invoked twice could have lead to a null pointer exception. Also ftp::WeakPtr are not thread safe and should not be dereferenced from other threads.