#ifndef UI_COMPOSITOR_TEST_ANIMATION_THROUGHPUT_REPORTER_TEST_BASE_H_
#define UI_COMPOSITOR_TEST_ANIMATION_THROUGHPUT_REPORTER_TEST_BASE_H_
#include <memory>
#include "base/test/task_environment.h"
#include "base/timer/timer.h"
#include "build/chromeos_buildflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/compositor/compositor.h"
#include "ui/compositor/layer.h"
#include "ui/compositor/test/test_compositor_host.h"
namespace base {
class RunLoop;
}
namespace ui {
class TestContextFactories;
class AnimationThroughputReporterTestBase : public testing::Test { … };
}
#endif