| Index: third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.cpp b/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| index 5c3a08f66b8bc040c54f5b1428522a40a87f905d..07e9ed7ed1df99b069ee9a4c4d4110394684be87 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| @@ -187,7 +187,8 @@ void CaretBase::paintCaret(Node* node,
|
| layoutObject->flipForWritingMode(drawingRect);
|
| drawingRect.moveBy(paintOffset);
|
|
|
| - const Color caretColor = node->layoutObject()->resolveColor(CSSPropertyColor);
|
| + const Color caretColor =
|
| + node->layoutObject()->resolveColor(CSSPropertyCaretColor);
|
| IntRect paintRect = pixelSnappedIntRect(drawingRect);
|
| DrawingRecorder drawingRecorder(context, *this, DisplayItem::kCaret,
|
| paintRect);
|
|
|