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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTable.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/LayoutTable.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
index 9353ddd5ffbd9492df53ea46706268959dc94613..fc4eafea4e34e240884c5f1e962804613578a675 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -473,9 +473,9 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
void SimplifiedNormalFlowLayout() override;
bool RecalcChildOverflowAfterStyleChange() override;
void EnsureIsReadyForPaintInvalidation() override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidationState&) override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidatorContext&) const override;
private:
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698