chromium/third_party/blink/renderer/core/scheduler/web_scheduling_task_state.cc

// Copyright 2024 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/scheduler/web_scheduling_task_state.h"

#include "third_party/blink/renderer/core/dom/abort_signal.h"
#include "third_party/blink/renderer/core/scheduler/dom_task_signal.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/scheduler/public/task_attribution_info.h"

namespace blink {

WebSchedulingTaskState::WebSchedulingTaskState(
    scheduler::TaskAttributionInfo* task_state,
    AbortSignal* abort_source,
    DOMTaskSignal* priority_source)
    :{}

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

AbortSignal* WebSchedulingTaskState::AbortSource() {}

DOMTaskSignal* WebSchedulingTaskState::PrioritySource() {}

scheduler::TaskAttributionInfo*
WebSchedulingTaskState::GetTaskAttributionInfo() {}

}  // namespace blink