#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_ABSTRACT_INLINE_TEXT_BOX_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_ABSTRACT_INLINE_TEXT_BOX_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/layout_text.h"
#include "third_party/blink/renderer/platform/geometry/physical_direction.h"
namespace blink {
class InlineCursor;
class PhysicalBoxFragment;
class CORE_EXPORT AbstractInlineTextBox final
: public GarbageCollected<AbstractInlineTextBox> { … };
}
#endif