chromium/third_party/blink/renderer/core/execution_context/window_agent.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/core/execution_context/window_agent.h"

#include "third_party/blink/renderer/platform/scheduler/public/event_loop.h"

namespace blink {

WindowAgent::WindowAgent(AgentGroupScheduler& agent_group_scheduler)
    :{}

WindowAgent::WindowAgent(AgentGroupScheduler& agent_group_scheduler,
                         bool is_origin_agent_cluster,
                         bool origin_agent_cluster_left_as_default)
    :{}

WindowAgent::~WindowAgent() = default;

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

AgentGroupScheduler& WindowAgent::GetAgentGroupScheduler() {}

bool WindowAgent::IsWindowAgent() const {}

void WindowAgent::PerformMicrotaskCheckpoint() {}

}  // namespace blink