5#ifndef FLUTTER_SHELL_COMMON_VSYNC_WAITER_FALLBACK_H_
6#define FLUTTER_SHELL_COMMON_VSYNC_WAITER_FALLBACK_H_
19 bool for_testing =
false);
25 const bool for_testing_;
28 void AwaitVSync()
override;
A |VsyncWaiter| that will fire at 60 fps irrespective of the vsync.
~VsyncWaiterFallback() override
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)