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

#include "base/trace_event/trace_id_helper.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"

namespace blink {

ScriptTimingInfo::ScriptTimingInfo(ExecutionContext* context,
                                   InvokerType type,
                                   base::TimeTicks start_time,
                                   base::TimeTicks execution_start_time,
                                   base::TimeTicks end_time,
                                   base::TimeDelta style_duration,
                                   base::TimeDelta layout_duration)
    :{}

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

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

uint64_t AnimationFrameTimingInfo::GetTraceId() const {}
}  // namespace blink