#include "third_party/blink/renderer/core/editing/markers/custom_highlight_marker_list_impl.h"
#include "third_party/blink/renderer/core/editing/markers/custom_highlight_marker.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_map.h"
#include "third_party/blink/renderer/platform/wtf/text/string_hash.h"
namespace blink {
DocumentMarker::MarkerType CustomHighlightMarkerListImpl::MarkerType() const { … }
void CustomHighlightMarkerListImpl::MergeOverlappingMarkers() { … }
}