5#ifndef FLUTTER_SHELL_COMMON_VSYNC_WAITER_FALLBACK_H_
6#define FLUTTER_SHELL_COMMON_VSYNC_WAITER_FALLBACK_H_
8#include "flutter/fml/macros.h"
9#include "flutter/fml/memory/weak_ptr.h"
10#include "flutter/fml/time/time_point.h"
11#include "flutter/shell/common/vsync_waiter.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(const TaskRunners &task_runners, bool for_testing=false)
~VsyncWaiterFallback() override