chromium/third_party/skia/src/sksl/tracing/SkSLTraceHook.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 SKSLTRACEHOOK
#define SKSLTRACEHOOK

#include <cstdint>
#include <memory>
#include <vector>

namespace SkSL {

struct TraceInfo;

class TraceHook {};

class Tracer : public TraceHook {};

}  // namespace SkSL

#endif