#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) { … }
}
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 { … }
}