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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.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/BoxPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
index bffd6948ea78ab35e9945c73f6f7adea427c4a30..270f3c7ce65d93d6c19cda2283bfd76149e69210 100644
--- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
@@ -24,7 +24,7 @@ class BoxPaintInvalidator {
static void BoxWillBeDestroyed(const LayoutBox&);
- PaintInvalidationReason InvalidatePaintIfNeeded();
+ PaintInvalidationReason InvalidatePaint();
private:
bool BackgroundGeometryDependsOnLayoutOverflowRect();

Powered by Google App Engine
This is Rietveld 408576698