chromium/third_party/blink/renderer/core/layout/positioned_float.cc

// Copyright 2021 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/layout/positioned_float.h"

#include "third_party/blink/renderer/core/layout/block_break_token.h"

namespace blink {

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

const BlockBreakToken* PositionedFloat::BreakToken() const {}

}  // namespace blink