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