#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_DISPLAY_COMPOSITOR_MEMORY_AND_TASK_CONTROLLER_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_DISPLAY_COMPOSITOR_MEMORY_AND_TASK_CONTROLLER_H_
#include <memory>
#include "components/viz/service/viz_service_export.h"
#include "gpu/command_buffer/service/display_compositor_memory_and_task_controller_on_gpu.h"
#include "gpu/command_buffer/service/gpu_task_scheduler_helper.h"
namespace base {
class WaitableEvent;
}
namespace gpu {
class SharedImageInterface;
class SharedImageInterfaceInProcess;
}
namespace viz {
class SkiaOutputSurfaceDependency;
class VIZ_SERVICE_EXPORT DisplayCompositorMemoryAndTaskController { … };
}
#endif