#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_LINE_TRUNCATOR_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_LINE_TRUNCATOR_H_
#include <optional>
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/inline/line_box_fragment_builder.h"
#include "third_party/blink/renderer/platform/text/text_direction.h"
namespace blink {
class InlineLayoutStateStack;
class LineInfo;
class LogicalLineItems;
struct LogicalLineItem;
class CORE_EXPORT LineTruncator final { … };
}
#endif