/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_task_TaskList_DEFINED #define skgpu_graphite_task_TaskList_DEFINED #include "include/private/base/SkTArray.h" #include "src/gpu/graphite/task/Task.h" namespace skgpu::graphite { class CommandBuffer; class Context; class ResourceProvider; class ScratchResourceManager; class TaskList { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_task_TaskList_DEFINED