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

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

Issue 2286203004: Revert of Fix paint invalidation and painting for composited-scrolling input elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 4b411d62ce587d5de9aee395db778f30d5145e7c..3fb793744da4516049cc54367a1bbef20fbe5148 100644
--- a/third_party/WebKit/Source/core/editing/FrameCaret.cpp
+++ b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
@@ -210,7 +210,7 @@
return;
updateCaretRect(caretPosition());
- CaretBase::paintCaret(caretPosition().position().anchorNode(), context, paintOffset, DisplayItem::Caret);
+ CaretBase::paintCaret(caretPosition().position().anchorNode(), context, paintOffset);
}
void FrameCaret::dataWillChange(const CharacterData& node)

Powered by Google App Engine
This is Rietveld 408576698