| 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 6aa2a3a895ba31c5d7e0cf319106e2e853a50472..d56d868a821ac702d720c21ef48f3dc3f849d087 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h
|
| @@ -23,6 +23,8 @@ class CORE_EXPORT SpellCheckMarkerListImpl : public DocumentMarkerList {
|
| void Clear() final;
|
|
|
| const HeapVector<Member<DocumentMarker>>& GetMarkers() const final;
|
| + DocumentMarker* FirstMarkerIntersectingRange(unsigned start_offset,
|
| + unsigned end_offset) const final;
|
| HeapVector<Member<DocumentMarker>> MarkersIntersectingRange(
|
| unsigned start_offset,
|
| unsigned end_offset) const final;
|
|
|