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

// Copyright 2020 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/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) {}

}  // namespace blink