chromium/third_party/skia/include/gpu/graphite/BackendSemaphore.h

/*
 * 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 skgpu_graphite_BackendSemaphore_DEFINED
#define skgpu_graphite_BackendSemaphore_DEFINED

#include "include/core/SkRefCnt.h"
#include "include/gpu/graphite/GraphiteTypes.h"
#include "include/private/base/SkAnySubclass.h"

namespace skgpu::graphite {

class BackendSemaphoreData;

class SK_API BackendSemaphore {};

} // namespace skgpu::graphite

#endif // skgpu_graphite_BackendSemaphore_DEFINED