| Index: Source/core/editing/markers/DocumentMarkerController.h
|
| diff --git a/Source/core/editing/markers/DocumentMarkerController.h b/Source/core/editing/markers/DocumentMarkerController.h
|
| index 6851ce42a40b28451bc519862e3400d272d02845..b30e40571f46c2837a8ae89df2c9a707884088a3 100644
|
| --- a/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -63,7 +63,6 @@
|
| void clear();
|
| void addMarker(const Position& start, const Position& end, DocumentMarker::MarkerType, const String& description = emptyString(), uint32_t hash = 0);
|
| void addTextMatchMarker(const Range*, bool activeMatch);
|
| - void addCompositionMarker(const Position& start, const Position& end, Color underlineColor, bool thick, Color backgroundColor);
|
|
|
| void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta);
|
|
|
|
|