chromium/third_party/blink/renderer/core/editing/markers/custom_highlight_marker_list_impl.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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() {}

}  // namespace blink