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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.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/layout/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index cce21118cf6e03488c017f90abb01b3817857cf8..732e23c7d3fd62ecef2b0cc74974310e21e6c096 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -477,7 +477,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
IncludeBlockVisualOverflowOrNot) const override;
bool PaintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidationState&) override;
void InvalidateDisplayItemClients(PaintInvalidationReason) const override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698