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

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

Issue 2922233002: [ActiveSuggestionMarker #1] Introduce abstract StyleableMarker subclass of DocumentMarker (Closed)
Patch Set: Add test for IsStyleableMarker() 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 16e5008886049c2c59c6e0f0da33efef8907bc4b..a7787699166241c3fbdc49efda9ceeb676db0f2d 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -62,7 +62,7 @@ class CORE_EXPORT DocumentMarkerController final
void AddTextMatchMarker(const EphemeralRange&, TextMatchMarker::MatchStatus);
void AddCompositionMarker(const EphemeralRange&,
Color underline_color,
- CompositionMarker::Thickness,
+ StyleableMarker::Thickness,
Color background_color);
void MoveMarkers(Node* src_node, int length, Node* dst_node);

Powered by Google App Engine
This is Rietveld 408576698