chromium/third_party/blink/renderer/platform/widget/compositing/blink_categorized_worker_pool_delegate.cc

// Copyright 2023 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/platform/widget/compositing/blink_categorized_worker_pool_delegate.h"

#include "base/memory/scoped_refptr.h"
#include "base/no_destructor.h"
#include "build/build_config.h"
#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/renderer/platform/scheduler/public/main_thread.h"
#include "third_party/blink/renderer/platform/scheduler/public/thread.h"

namespace blink {

BlinkCategorizedWorkerPoolDelegate::BlinkCategorizedWorkerPoolDelegate() =
    default;

BlinkCategorizedWorkerPoolDelegate::~BlinkCategorizedWorkerPoolDelegate() =
    default;

// static
BlinkCategorizedWorkerPoolDelegate& BlinkCategorizedWorkerPoolDelegate::Get() {}

void BlinkCategorizedWorkerPoolDelegate::NotifyThreadWillRun(
    base::PlatformThreadId tid) {}

}  // namespace blink