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

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

Issue 2820343004: [DMC #4] Add CompositionMarkerListImpl (Closed)
Patch Set: Add comments 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/DocumentMarkerList.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
index fc9e69c8eaf780ef1c0deb9f6739c0299ba49019..8897a250080e41da80648dc75ad1e0b2bb1b4a79 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
@@ -44,7 +44,7 @@ class CORE_EXPORT DocumentMarkerList
// TODO(rlanday): remove this method from this interface once we have a
// Spelling/Grammar-specific marker list impl to put this on
virtual bool RemoveMarkersUnderWords(const String& node_text,
- const Vector<String>& words) = 0;
+ const Vector<String>& words);
// Returns true if at least one marker is shifted or removed, false otherwise
virtual bool ShiftMarkers(unsigned offset,

Powered by Google App Engine
This is Rietveld 408576698