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 73440cd7353a84d64d7353e3ed67a3a71141c0f4..398d743267b66a45f2ff01ec3d3850272d81f20d 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h |
@@ -74,11 +74,7 @@ class CORE_EXPORT DocumentMarkerController final |
bool thick, |
Color background_color); |
- void CopyMarkers(Node* src_node, |
- unsigned start_offset, |
- int length, |
- Node* dst_node, |
- int delta); |
+ void MoveMarkers(Node* src_node, int length, Node* dst_node); |
void PrepareForDestruction(); |
// When a marker partially overlaps with range, if |