Index: third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp |
diff --git a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp |
index f31f5fcfb70735f7da1a5d512d614ec8779192e1..0990fdef8cabca9e3bf7024048e5965ca2a6dc46 100644 |
--- a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp |
+++ b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp |
@@ -260,8 +260,7 @@ void CaretDisplayItemClient::paintCaret( |
drawingRect.moveBy(paintOffset); |
IntRect paintRect = pixelSnappedIntRect(drawingRect); |
- DrawingRecorder drawingRecorder(context, *this, DisplayItem::kCaret, |
- paintRect); |
+ DrawingRecorder drawingRecorder(context, *this, displayItemType, paintRect); |
context.fillRect(paintRect, m_color); |
} |