| 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 1c93a648cd7fcf216903fcb7ebe1959246b42615..b07737b3cedfb0b0282ac1eff8bec9d754fdfc25 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| @@ -29,8 +29,6 @@ class CORE_EXPORT CompositionMarkerListImpl final : public DocumentMarkerList {
|
|
|
| bool MoveMarkers(int length, DocumentMarkerList* dst_list) final;
|
| bool RemoveMarkers(unsigned start_offset, int length) final;
|
| - bool RemoveMarkersUnderWords(const String& node_text,
|
| - const Vector<String>& words) final;
|
| bool ShiftMarkers(unsigned offset,
|
| unsigned old_length,
|
| unsigned new_length) final;
|
|
|