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

Unified Diff: third_party/WebKit/Source/core/paint/TablePaintInvalidator.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/paint/TablePaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
index 422cbb180aeb28affe7d374609f0da6c561eead8..79153b2074d1dc12180696a3a0979e1643c8fe00 100644
--- a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
@@ -21,7 +21,7 @@ class TablePaintInvalidator {
const PaintInvalidatorContext& context)
: table_(table), context_(context) {}
- PaintInvalidationReason InvalidatePaintIfNeeded();
+ PaintInvalidationReason InvalidatePaint();
private:
const LayoutTable& table_;

Powered by Google App Engine
This is Rietveld 408576698