Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1159)

Unified Diff: third_party/WebKit/Source/core/editing/FrameCaret.cpp

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));
« no previous file with comments | « third_party/WebKit/Source/core/editing/FindOptions.h ('k') | third_party/WebKit/Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698