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

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

Issue 2852573002: Rename InvalidatePaintIfNeeded to drop deprecated IfNeeded suffix. (Closed)
Patch Set: Created 3 years, 8 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/CaretDisplayItemClient.cpp
diff --git a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
index f1bc6d58a98bf0d7902453dfe468af7719b59ee7..0ea2911db8cec64f521b3213b30b481c8f31d3d0 100644
--- a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
+++ b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
@@ -189,7 +189,7 @@ void CaretDisplayItemClient::UpdateStyleAndLayoutIfNeeded(
new_layout_block->SetMayNeedPaintInvalidation();
}
-void CaretDisplayItemClient::InvalidatePaintIfNeeded(
+void CaretDisplayItemClient::InvalidatePaint(
const LayoutBlock& block,
const PaintInvalidatorContext& context) {
if (block == layout_block_) {
« no previous file with comments | « third_party/WebKit/Source/core/editing/CaretDisplayItemClient.h ('k') | third_party/WebKit/Source/core/editing/DragCaret.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698