Files
engine/shell/platform
Jason Simmons b4d7655522 Fix continuous event polling in the GLFW event loop (#12320)
* 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
2019-09-17 13:54:38 -07:00
..
2019-09-17 13:52:40 -07:00