/* * Copyright 2024 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_BackendSemaphorePriv_DEFINED #define skgpu_graphite_BackendSemaphorePriv_DEFINED #include "include/core/SkString.h" #include "include/gpu/graphite/BackendSemaphore.h" #include <cstdint> namespace skgpu::graphite { class BackendSemaphoreData { … }; class BackendSemaphorePriv { … }; } // namespace skgpu::graphite #endif