| 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 f41907cee207badda861c235886f4f8515d25bcf..72bbecdb2354efaafa6addf9019c89eeb9b8143c 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| @@ -26,6 +26,11 @@ class DocumentMarkerListEditor {
|
| // Returns true if a marker was removed, false otherwise.
|
| static bool RemoveMarkers(MarkerList*, unsigned start_offset, int length);
|
|
|
| + // Returns true if a marker was removed, false otherwise.
|
| + static bool RemoveMarkersUnderWords(MarkerList*,
|
| + const String& node_text,
|
| + const Vector<String>& words);
|
| +
|
| // Returns true if a marker was shifted or removed, false otherwise.
|
| static bool ShiftMarkers(MarkerList*,
|
| unsigned offset,
|
|
|