| Index: third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| index 3aec9ddb68346a9c19ba65a87539a33e1e57b746..6aa2a3a895ba31c5d7e0cf319106e2e853a50472 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| @@ -23,6 +23,9 @@ class CORE_EXPORT SpellCheckMarkerListImpl : public DocumentMarkerList {
|
| void Clear() final;
|
|
|
| const HeapVector<Member<DocumentMarker>>& GetMarkers() const final;
|
| + HeapVector<Member<DocumentMarker>> MarkersIntersectingRange(
|
| + unsigned start_offset,
|
| + unsigned end_offset) const final;
|
|
|
| bool MoveMarkers(int length, DocumentMarkerList* dst_list) final;
|
| bool RemoveMarkers(unsigned start_offset, int length) final;
|
|
|