Index: Source/core/editing/markers/DocumentMarkerController.h |
diff --git a/Source/core/editing/markers/DocumentMarkerController.h b/Source/core/editing/markers/DocumentMarkerController.h |
index b30e40571f46c2837a8ae89df2c9a707884088a3..6851ce42a40b28451bc519862e3400d272d02845 100644 |
--- a/Source/core/editing/markers/DocumentMarkerController.h |
+++ b/Source/core/editing/markers/DocumentMarkerController.h |
@@ -63,6 +63,7 @@ public: |
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); |