Index: third_party/WebKit/Source/core/editing/DragCaretController.cpp |
diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.cpp b/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
index b19c5fffb3bb841da91e8bcb8d0ee7963dfa8ddc..03f61edefa4803652b8aeace7c58babeddca26b2 100644 |
--- a/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
+++ b/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
@@ -119,7 +119,7 @@ DEFINE_TRACE(DragCaretController) |
void DragCaretController::paintDragCaret(LocalFrame* frame, GraphicsContext& context, const LayoutPoint& paintOffset) const |
{ |
if (m_position.deepEquivalent().anchorNode()->document().frame() == frame) |
- m_caretBase->paintCaret(m_position.deepEquivalent().anchorNode(), context, paintOffset); |
+ m_caretBase->paintCaret(m_position.deepEquivalent().anchorNode(), context, paintOffset, DisplayItem::DragCaret); |
} |
} // namespace blink |