| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| index 9f5c9d7d38b4ef4124359f7afeb281c4205e573a..4abd4da0646c6cc86d1c03bc1fcda75e0032f3d3 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| @@ -28,6 +28,9 @@ class CORE_EXPORT CompositionMarkerListImpl final : 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;
|
|
|