chromium/third_party/blink/renderer/core/layout/inline/line_utils.cc

// Copyright 2018 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/inline/line_utils.h"

#include "third_party/blink/renderer/core/editing/position_with_affinity.h"
#include "third_party/blink/renderer/core/layout/inline/inline_caret_position.h"

namespace blink {

InlineCursor NGContainingLineBoxOf(const PositionWithAffinity& position) {}

bool InSameNGLineBox(const PositionWithAffinity& position1,
                     const PositionWithAffinity& position2) {}

FontHeight CalculateLeadingSpace(const LayoutUnit& line_height,
                                 const FontHeight& current_height) {}

}  // namespace blink