chromium/third_party/blink/renderer/core/timing/performance_paint_timing.cc

// Copyright 2016 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/performance_paint_timing.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/core/performance_entry_names.h"

namespace blink {

namespace {

AtomicString FromPaintTypeToString(PerformancePaintTiming::PaintType type) {}

}  // namespace

PerformancePaintTiming::PerformancePaintTiming(
    PaintType type,
    double start_time,
    DOMWindow* source,
    bool is_triggered_by_soft_navigation)
    :{}

PerformancePaintTiming::~PerformancePaintTiming() = default;

const AtomicString& PerformancePaintTiming::entryType() const {}

PerformanceEntryType PerformancePaintTiming::EntryTypeEnum() const {}

}  // namespace blink