| 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;
|
|
|