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

Unified Diff: third_party/WebKit/Source/core/editing/DragCaret.h

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/DragCaret.h
diff --git a/third_party/WebKit/Source/core/editing/DragCaret.h b/third_party/WebKit/Source/core/editing/DragCaret.h
index 4b4c5c868f7cac2884272dfd9c34a0d2e271d234..e9a1e277ccbdd71461601185f2f704a02228f439 100644
--- a/third_party/WebKit/Source/core/editing/DragCaret.h
+++ b/third_party/WebKit/Source/core/editing/DragCaret.h
@@ -51,8 +51,7 @@ class DragCaret final : public GarbageCollectedFinalized<DragCaret>,
void ClearPreviousVisualRect(const LayoutBlock&);
void LayoutBlockWillBeDestroyed(const LayoutBlock&);
void UpdateStyleAndLayoutIfNeeded();
- void InvalidatePaintIfNeeded(const LayoutBlock&,
- const PaintInvalidatorContext&);
+ void InvalidatePaint(const LayoutBlock&, const PaintInvalidatorContext&);
bool ShouldPaintCaret(const LayoutBlock&) const;
void PaintDragCaret(const LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698