| 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 32464e386ed3ea5f1d058feaf2096c576cc54a0d..d9e6ef3a70264d2442ff4b6ba011e3dd4c7ed4b1 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaretController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaretController.cpp
|
| @@ -115,7 +115,7 @@ bool DragCaretController::isContentEditable() const
|
| 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
|
|
|