/* * 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_GpuWorkSubmission_DEFINED #define skgpu_graphite_GpuWorkSubmission_DEFINED #include "include/core/SkRefCnt.h" #include <memory> namespace skgpu::graphite { class CommandBuffer; class SharedContext; class QueueManager; class GpuWorkSubmission { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_GpuWorkSubmission_DEFINED