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

#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/geometry/dom_rect_read_only.h"

namespace blink {

IntersectionObserverEntry::IntersectionObserverEntry(
    const IntersectionGeometry& geometry,
    DOMHighResTimeStamp time,
    Element* target)
    :{}

DOMRectReadOnly* IntersectionObserverEntry::boundingClientRect() const {}

DOMRectReadOnly* IntersectionObserverEntry::rootBounds() const {}

DOMRectReadOnly* IntersectionObserverEntry::intersectionRect() const {}

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

}  // namespace blink