#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LIST_LAYOUT_OUTSIDE_LIST_MARKER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LIST_LAYOUT_OUTSIDE_LIST_MARKER_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/layout_block_flow.h"
#include "third_party/blink/renderer/core/layout/list/list_marker.h"
namespace blink {
class CORE_EXPORT LayoutOutsideListMarker final : public LayoutBlockFlow { … };
template <>
struct DowncastTraits<LayoutOutsideListMarker> { … };
}
#endif