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

// Copyright 2015 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/dom_window_performance.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"

namespace blink {

DOMWindowPerformance::DOMWindowPerformance(LocalDOMWindow& window)
    :{}

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

// static
const char DOMWindowPerformance::kSupplementName[] =;

// static
DOMWindowPerformance& DOMWindowPerformance::From(LocalDOMWindow& window) {}

// static
WindowPerformance* DOMWindowPerformance::performance(LocalDOMWindow& window) {}

WindowPerformance* DOMWindowPerformance::performance() {}

}  // namespace blink