A |VsyncWaiter| that will fire at 60 fps irrespective of the vsync. More...
#include <vsync_waiter_fallback.h>
Public Member Functions | |
| VsyncWaiterFallback (const TaskRunners &task_runners, bool for_testing=false) | |
| ~VsyncWaiterFallback () override | |
Public Member Functions inherited from flutter::VsyncWaiter | |
| virtual | ~VsyncWaiter () |
| void | AsyncWaitForVsync (const Callback &callback) |
| void | ScheduleSecondaryCallback (uintptr_t id, const fml::closure &callback) |
Additional Inherited Members | |
Public Types inherited from flutter::VsyncWaiter | |
| using | Callback = std::function< void(std::unique_ptr< FrameTimingsRecorder >)> |
Protected Member Functions inherited from flutter::VsyncWaiter | |
| VsyncWaiter (const TaskRunners &task_runners) | |
| virtual void | AwaitVSyncForSecondaryCallback () |
| void | FireCallback (fml::TimePoint frame_start_time, fml::TimePoint frame_target_time, bool pause_secondary_tasks=true) |
Protected Attributes inherited from flutter::VsyncWaiter | |
| const TaskRunners | task_runners_ |
A |VsyncWaiter| that will fire at 60 fps irrespective of the vsync.
Definition at line 16 of file vsync_waiter_fallback.h.
|
explicit |
Definition at line 28 of file vsync_waiter_fallback.cc.
|
overridedefault |