Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
| index 3f43df34c72d92e36f822f7c134ec1ea66a95af5..ff8f73a0f866a662fe2b9588697863bbf77b246f 100644 |
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
| @@ -149,6 +149,9 @@ class CORE_EXPORT DocumentMarkerController final |
| using MarkerLists = |
| HeapVector<Member<MarkerList>, DocumentMarker::kMarkerTypeIndexesCount>; |
| using MarkerMap = HeapHashMap<WeakMember<const Node>, Member<MarkerLists>>; |
| + bool MoveMarkersToList(MarkerList* src_list, |
|
Xiaocheng
2017/04/17 06:37:29
Please get rid of this.
|
| + int length, |
| + MarkerList* dst_list); |
| bool PossiblyHasMarkers(DocumentMarker::MarkerTypes); |
| void RemoveMarkersFromList(MarkerMap::iterator, DocumentMarker::MarkerTypes); |
| void RemoveMarkers(TextIterator&, DocumentMarker::MarkerTypes); |