| 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 a7787699166241c3fbdc49efda9ceeb676db0f2d..ec25d1794253c7c9f6a6ef7de21335c5b05e70e8 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);
|
|
|
|
|