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

Unified Diff: third_party/WebKit/Source/core/paint/BlockPaintInvalidator.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/BlockPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
index c14e8965365ce176b2b0cad6fcefb1c668a9f878..ea360ecc8e51e918fde2af7b0f2fc64c82590624 100644
--- a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
@@ -20,8 +20,7 @@ class BlockPaintInvalidator {
BlockPaintInvalidator(const LayoutBlock& block) : block_(block) {}
void ClearPreviousVisualRects();
- PaintInvalidationReason InvalidatePaintIfNeeded(
- const PaintInvalidatorContext&);
+ PaintInvalidationReason InvalidatePaint(const PaintInvalidatorContext&);
private:
const LayoutBlock& block_;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutView.cpp ('k') | third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698