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

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

Issue 2829543002: [DMC #5] Add SpellCheckMarkerListImpl (Closed)
Patch Set: Remove comment about RemoveMarkersUnderWords() being SpellCheckMarkerListImpl-specific (it's not ye… Created 3 years, 7 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/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 5edeca3c7580ea1c1ae96ef49203c52cdebeb1b4..cda4b07ff6b5927aceb8dac65058c91077724ebf 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
@@ -17,7 +17,6 @@ class DocumentMarkerListEditor {
public:
using MarkerList = HeapVector<Member<RenderedDocumentMarker>>;
- static void AddMarkerAndMergeOverlapping(MarkerList*, const DocumentMarker*);
static void AddMarkerWithoutMergingOverlapping(MarkerList*,
const DocumentMarker*);

Powered by Google App Engine
This is Rietveld 408576698