| Index: third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.cpp b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| index ee9801fca7a5b2eae771db62adf9132607213825..3380c17bcdd098304b85fd56fd8756b322b00607 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| @@ -77,8 +77,9 @@ inline static bool shouldStopBlinkingDueToTypingCommand(LocalFrame* frame) {
|
| }
|
|
|
| void FrameCaret::updateAppearance() {
|
| - // Paint a block cursor instead of a caret in overtype mode unless the caret is at the end of a line (in this case
|
| - // the FrameSelection will paint a blinking caret as usual).
|
| + // Paint a block cursor instead of a caret in overtype mode unless the caret
|
| + // is at the end of a line (in this case the FrameSelection will paint a
|
| + // blinking caret as usual).
|
| bool paintBlockCursor =
|
| m_shouldShowBlockCursor && isActive() &&
|
| !isLogicalEndOfLine(createVisiblePositionDeprecated(caretPosition()));
|
|
|