#ifndef GPU_COMMAND_BUFFER_SERVICE_GRAPHITE_CACHE_CONTROLLER_H_
#define GPU_COMMAND_BUFFER_SERVICE_GRAPHITE_CACHE_CONTROLLER_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "gpu/gpu_gles2_export.h"
namespace base {
class RetainingOneShotTimer;
}
namespace skgpu::graphite {
class Context;
class Recorder;
}
namespace gpu {
class DawnContextProvider;
namespace raster {
class GPU_GLES2_EXPORT GraphiteCacheController final
: public base::RefCounted<GraphiteCacheController> { … };
}
}
#endif