#ifndef CC_BENCHMARKS_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_
#define CC_BENCHMARKS_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_
#include <stddef.h>
#include "base/task/single_thread_task_runner.h"
#include "base/time/time.h"
#include "cc/benchmarks/micro_benchmark_impl.h"
#include "cc/raster/lcd_text_disallowed_reason.h"
#include "cc/raster/task_graph_runner.h"
namespace cc {
class LayerTreeHostImpl;
class PictureLayerImpl;
class RasterizeAndRecordBenchmarkImpl : public MicroBenchmarkImpl { … };
}
#endif