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

Unified Diff: third_party/WebKit/Source/core/paint/ViewPaintInvalidator.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/ViewPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h
index 53f877d7644048606b41e81ee6a17c09b2ff8c3e..ae91e2834a38e044986dbccf73f75f85d9064657 100644
--- a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h
@@ -21,7 +21,7 @@ class ViewPaintInvalidator {
const PaintInvalidatorContext& context)
: view_(view), context_(context) {}
- PaintInvalidationReason InvalidatePaintIfNeeded();
+ PaintInvalidationReason InvalidatePaint();
private:
void InvalidateBackgroundIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698