| 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..d2ab0ed02ded11df609599d0a914688960052512 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -62,8 +62,12 @@ class CORE_EXPORT DocumentMarkerController final
|
| void AddTextMatchMarker(const EphemeralRange&, TextMatchMarker::MatchStatus);
|
| void AddCompositionMarker(const EphemeralRange&,
|
| Color underline_color,
|
| - CompositionMarker::Thickness,
|
| + MarkerWithFormatting::Thickness,
|
| Color background_color);
|
| + void AddActiveSuggestionMarker(const EphemeralRange&,
|
| + Color underline_color,
|
| + MarkerWithFormatting::Thickness,
|
| + Color background_color);
|
|
|
| void MoveMarkers(Node* src_node, int length, Node* dst_node);
|
|
|
|
|