chromium/third_party/blink/renderer/modules/webcodecs/webcodecs_logger.cc

// Copyright 2020 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/webcodecs/webcodecs_logger.h"

#include "third_party/blink/renderer/core/inspector/console_message.h"

namespace blink {

// How frequently we check for leaks.
constexpr base::TimeDelta kTimerInterval =;

// How long we wait before stopping the timer when there is no activity.
constexpr base::TimeDelta kTimerShutdownDelay =;

void WebCodecsLogger::VideoFrameCloseAuditor::ReportUnclosedFrame() {}

void WebCodecsLogger::VideoFrameCloseAuditor::Clear() {}

WebCodecsLogger::WebCodecsLogger(ExecutionContext& context)
    :{}

// static
WebCodecsLogger& WebCodecsLogger::From(ExecutionContext& context) {}

scoped_refptr<WebCodecsLogger::VideoFrameCloseAuditor>
WebCodecsLogger::GetCloseAuditor() {}

void WebCodecsLogger::LogCloseErrors(TimerBase*) {}

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

// static
const char WebCodecsLogger::kSupplementName[] =;

}  // namespace blink