chromium/third_party/blink/renderer/modules/webcodecs/codec_trace_names.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_CODEC_TRACE_NAMES_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_CODEC_TRACE_NAMES_H_

#include <string>

namespace blink {

// Holds the names of various codec operations for tracing. Uses std::string
// instead of WTF::String for ease of use with the tracing macros.
struct CodecTraceNames {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_CODEC_TRACE_NAMES_H_