chromium/third_party/blink/renderer/core/layout/mathml/math_space_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/mathml/math_space_layout_algorithm.h"

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

namespace blink {

MathSpaceLayoutAlgorithm::MathSpaceLayoutAlgorithm(
    const LayoutAlgorithmParams& params)
    :{}

const LayoutResult* MathSpaceLayoutAlgorithm::Layout() {}

MinMaxSizesResult MathSpaceLayoutAlgorithm::ComputeMinMaxSizes(
    const MinMaxSizesFloatInput&) {}

}  // namespace blink