#include "ui/compositor/test/animation_throughput_reporter_test_base.h"
#include <memory>
#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/task_environment.h"
#include "build/chromeos_buildflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/compositor/test/test_context_factories.h"
#include "ui/gfx/geometry/rect.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#endif
namespace ui {
AnimationThroughputReporterTestBase::AnimationThroughputReporterTestBase() =
default;
AnimationThroughputReporterTestBase::~AnimationThroughputReporterTestBase() =
default;
void AnimationThroughputReporterTestBase::SetUp() { … }
void AnimationThroughputReporterTestBase::TearDown() { … }
void AnimationThroughputReporterTestBase::Advance(
const base::TimeDelta& delta) { … }
void AnimationThroughputReporterTestBase::QuitRunLoop() { … }
}