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

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

Issue 2923033002: [ActiveSuggestionMarker #2] Add ActiveSuggestionMarker (Closed)
Patch Set: Update comment on ActiveSuggestionMarker.h Created 3 years, 6 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/DocumentMarkerController.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
index 92e75324ec59b1334908497ccb7667e2b299e409..64d9ebdb2ac32b413c008162d48ba1d76fef6fc3 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -64,6 +64,10 @@ class CORE_EXPORT DocumentMarkerController final
Color underline_color,
StyleableMarker::Thickness,
Color background_color);
+ void AddActiveSuggestionMarker(const EphemeralRange&,
+ Color underline_color,
+ StyleableMarker::Thickness,
+ Color background_color);
void MoveMarkers(Node* src_node, int length, Node* dst_node);

Powered by Google App Engine
This is Rietveld 408576698