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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it 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/EditingMarkerList.h
diff --git a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h
index 7560feaf4c228e4801baa3d51282cb5b18d58187..8459833d30d6f24c83fb97c5f7dc7662fbe75e08 100644
--- a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h
+++ b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h
@@ -27,8 +27,6 @@ class CORE_EXPORT EditingMarkerList : public DocumentMarkerList {
void add(DocumentMarker*) override;
void clear() final;
- DECLARE_VIRTUAL_TRACE();
-
protected:
// TODO(rlanday): determine if/when we should sort the marker list to improve
// performance

Powered by Google App Engine
This is Rietveld 408576698