Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
| index ec2bb76b466b6992e2867828a7293bbc8610f56e..867c6554b4bac4d2ec98e22b51f888d647081db3 100644 |
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
| @@ -46,6 +46,10 @@ class CORE_EXPORT DocumentMarkerListEditor final { |
| unsigned old_length, |
| unsigned new_length); |
| + static DocumentMarker* FirstMarkerIntersectingRange(const MarkerList&, |
|
Xiaocheng
2017/07/20 21:03:57
nit: Could you add a comment about what this funct
|
| + unsigned start_offset, |
| + unsigned end_offset); |
| + |
| static HeapVector<Member<DocumentMarker>> MarkersIntersectingRange( |
| const MarkerList&, |
| unsigned start_offset, |