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

// Copyright 2016 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/logical_box_fragment.h"

#include "third_party/blink/renderer/core/layout/constraint_space.h"
#include "third_party/blink/renderer/core/layout/geometry/writing_mode_converter.h"
#include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"

namespace blink {

FontHeight LogicalBoxFragment::BaselineMetrics(
    const LineBoxStrut& margins,
    FontBaseline baseline_type) const {}

LayoutUnit LogicalBoxFragment::BlockEndScrollableOverflow() const {}

}  // namespace blink