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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 5697215af85a8f926a31e8d1a581a4ad7b56aefb..d8e1d8130253dd54cb9082644c8f964ab283cad0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1469,9 +1469,9 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void ComputeSelfHitTestRects(Vector<LayoutRect>&,
const LayoutPoint& layer_offset) const override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidationState&) override;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidatorContext&) const override;
bool ColumnFlexItemHasStretchAlignment() const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698