| 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 b5089bc6d6662368fbf3e7f2ab0dee5810393380..6edb2582d36be1ea3dd27c1f09101062446116ff 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| @@ -240,8 +240,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);
|
| }
|
|
|
|
|