#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_PARAGRAPH_LINE_BREAKER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_PARAGRAPH_LINE_BREAKER_H_
#include <optional>
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/geometry/layout_unit.h"
#include "third_party/blink/renderer/platform/wtf/forward.h"
namespace blink {
class ConstraintSpace;
class InlineNode;
struct LineLayoutOpportunity;
class CORE_EXPORT ParagraphLineBreaker { … };
}
#endif