chromium/third_party/blink/renderer/core/workers/main_thread_worklet_reporting_proxy.cc

// Copyright 2017 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/core/workers/main_thread_worklet_reporting_proxy.h"

#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"
#include "third_party/blink/renderer/platform/wtf/wtf.h"

namespace blink {

MainThreadWorkletReportingProxy::MainThreadWorkletReportingProxy(
    ExecutionContext* context)
    :{}

void MainThreadWorkletReportingProxy::CountFeature(WebFeature feature) {}

void MainThreadWorkletReportingProxy::CountWebDXFeature(
    mojom::blink::WebDXFeature feature) {}

void MainThreadWorkletReportingProxy::DidTerminateWorkerThread() {}

}  // namespace blink