/* * 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_Recording_DEFINED #define skgpu_graphite_Recording_DEFINED #include "include/core/SkRefCnt.h" #include "include/private/base/SkTArray.h" #include <memory> #include <unordered_set> #include <vector> namespace skgpu { class RefCntedCallback; } namespace skgpu::graphite { class CommandBuffer; class RecordingPriv; class Resource; class ResourceProvider; class TaskList; class Texture; class TextureInfo; class TextureProxy; class SK_API Recording final { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_Recording_DEFINED