#include "third_party/blink/renderer/core/layout/oof_positioned_node.h"
namespace blink {
void PhysicalOofPositionedNode::Trace(Visitor* visitor) const { … }
void PhysicalOofPositionedNode::TraceAfterDispatch(Visitor* visitor) const { … }
void LogicalOofPositionedNode::Trace(Visitor* visitor) const { … }
void LogicalOofPositionedNode::TraceAfterDispatch(Visitor* visitor) const { … }
void PhysicalOofNodeForFragmentation::TraceAfterDispatch(
Visitor* visitor) const { … }
void LogicalOofNodeForFragmentation::TraceAfterDispatch(
Visitor* visitor) const { … }
}