#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LIST_LAYOUT_INSIDE_LIST_MARKER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LIST_LAYOUT_INSIDE_LIST_MARKER_H_
#include "base/dcheck_is_on.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/layout_inline.h"
#include "third_party/blink/renderer/core/layout/list/list_marker.h"
namespace blink {
class CORE_EXPORT LayoutInsideListMarker final : public LayoutInline { … };
template <>
struct DowncastTraits<LayoutInsideListMarker> { … };
}
#endif