/* * 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_Task_DEFINED #define skgpu_graphite_task_Task_DEFINED #include "include/core/SkPoint.h" #include "include/core/SkRefCnt.h" namespace skgpu::graphite { class CommandBuffer; class Context; class ResourceProvider; class RuntimeEffectDictionary; class ScratchResourceManager; class Texture; class Task : public SkRefCnt { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_task_Task_DEFINED