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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index e044d108e2663facc7d82b1377343475ee45707f..c0955a0743a6efb4410875a0929d0629260813a7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -493,9 +493,9 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
}
protected:
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidationState&) override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidatorContext&) const override;
void ClearPreviousVisualRects() override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698