Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp |
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp |
index c13e4e7ebc3ea57b4b420152db4f5bcc8fbc58ea..9ee4fcc6e5776926919b8e6b2a32c3dbbea70d6b 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp |
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp |
@@ -10,4 +10,11 @@ DocumentMarkerList::DocumentMarkerList() = default; |
DocumentMarkerList::~DocumentMarkerList() = default; |
+// TODO(rlanday): remove this method from this interface once we have a |
+// Spelling/Grammar-specific marker list impl to put this on |
+bool DocumentMarkerList::RemoveMarkersUnderWords(const String& node_text, |
+ const Vector<String>& words) { |
+ return false; |
+} |
+ |
} // namespace blink |