Flutter Engine
The Flutter Engine
|
#include <vsync_waiters_test.h>
Public Member Functions | |
void | SimulateVSync () |
Simulate that a vsync signal is triggered. More... | |
std::future< int > | NextVSync () |
A future that will return the index the next vsync signal. More... | |
Definition at line 19 of file vsync_waiters_test.h.
std::future< int > flutter::testing::ShellTestVsyncClock::NextVSync | ( | ) |
A future that will return the index the next vsync signal.
Definition at line 29 of file vsync_waiters_test.cc.
void flutter::testing::ShellTestVsyncClock::SimulateVSync | ( | ) |
Simulate that a vsync signal is triggered.
Definition at line 19 of file vsync_waiters_test.cc.