/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrBackendSemaphorePriv_DEFINED #define GrBackendSemaphorePriv_DEFINED #include "include/core/SkTypes.h" #include "include/gpu/ganesh/GrBackendSemaphore.h" enum class GrBackendApi : unsigned int; class GrBackendSemaphoreData { … }; class GrBackendSemaphorePriv final { … }; #endif