Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h

Issue 2829543002: [DMC #5] Add SpellCheckMarkerListImpl (Closed)
Patch Set: Clean up DocumentMarkerList/GenericDMLImpl Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h
diff --git a/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h
index bd148c554746c436bdbb5c4e0cfd33f491b23bba..9f9df6844b53d0f9d749a97f3e21f1d1b5f770a1 100644
--- a/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h
+++ b/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h
@@ -28,8 +28,6 @@ class GenericDocumentMarkerListImpl 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;

Powered by Google App Engine
This is Rietveld 408576698