chromium/third_party/blink/renderer/modules/webaudio/inspector_helper_mixin.cc

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

#include "third_party/blink/renderer/modules/webaudio/inspector_helper_mixin.h"

#include "third_party/blink/renderer/platform/wtf/uuid.h"
#include "third_party/blink/renderer/modules/webaudio/audio_graph_tracer.h"

namespace blink {

InspectorHelperMixin::InspectorHelperMixin(
    AudioGraphTracer& graph_tracer, const String& parent_uuid)
    :{}

void InspectorHelperMixin::Trace(Visitor* visitor) const {}

}  // namespace blink