chromium/third_party/skia/src/gpu/graphite/RecordingPriv.h

/*
 * Copyright 2022 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_RecordingPriv_DEFINED
#define skgpu_graphite_RecordingPriv_DEFINED

#include "include/gpu/graphite/Recording.h"

namespace skgpu::graphite {

class Context;
class Task;
class Surface;

class RecordingPriv {};

inline RecordingPriv Recording::priv() {}

} // namespace skgpu::graphite

#endif // skgpu_graphite_RecordingPriv_DEFINED