mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Do not pass a milliseconds::max() timeout that will overflow when converted to nanoseconds * Avoid holding the task_queue_mutex_ while calling glfwWaitEventsTimeout * Use a signed type to hold the difference between a task's timestamp and the current engine time Fixes https://github.com/flutter/flutter/issues/40281