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

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

Issue 2292353003: Cherry-pick r415013 to M53. (Closed)
Patch Set: Created 4 years, 4 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 f8b99f28aa9b532f3a44083b3ecbc1d6c7a0c7b1..8948743b264cbb514b8b8c458705f89b3591d6b3 100644
--- a/third_party/WebKit/Source/core/editing/FrameCaret.cpp
+++ b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
@@ -208,7 +208,7 @@ void FrameCaret::paintCaret(GraphicsContext& context, const LayoutPoint& paintOf
return;
updateCaretRect(m_caretPosition);
- CaretBase::paintCaret(m_caretPosition.position().anchorNode(), context, paintOffset);
+ CaretBase::paintCaret(m_caretPosition.position().anchorNode(), context, paintOffset, DisplayItem::Caret);
}
void FrameCaret::dataWillChange(const CharacterData& node)

Powered by Google App Engine
This is Rietveld 408576698