#include "third_party/blink/renderer/core/layout/simplified_oof_layout_algorithm.h"
#include "third_party/blink/renderer/core/layout/layout_result.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
namespace blink {
SimplifiedOofLayoutAlgorithm::SimplifiedOofLayoutAlgorithm(
const LayoutAlgorithmParams& params,
const PhysicalBoxFragment& last_fragmentainer)
: … { … }
void SimplifiedOofLayoutAlgorithm::ResumeColumnLayout(
const BlockBreakToken* old_fragment_break_token) { … }
const LayoutResult* SimplifiedOofLayoutAlgorithm::Layout() { … }
void SimplifiedOofLayoutAlgorithm::AppendOutOfFlowResult(
const LayoutResult* result) { … }
}