// Copyright 2023 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_widths.h" #include "third_party/blink/renderer/core/layout/inline/inline_box_state.h" #include "third_party/blink/renderer/core/layout/inline/inline_node.h" #include "third_party/blink/renderer/platform/fonts/shaping/shape_result_view.h" namespace blink { bool LineWidths::Set(const InlineNode& node, base::span<const LayoutOpportunity> opportunities, const InlineBreakToken* break_token) { … } } // namespace blink