| 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 f3c27031cb23879c5429c45a3f8a18947586b5fb..20c60435bff47c6c2460bd42c7a4d4690a045da4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -946,8 +946,8 @@ protected:
|
| const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) const override;
|
| void incrementallyInvalidatePaint(const LayoutBoxModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationContainer) override;
|
|
|
| - PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override;
|
| - void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState& childPaintInvalidationState) override;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
|
| + void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState& childPaintInvalidationState) override;
|
|
|
| bool hasStretchedLogicalWidth() const;
|
|
|
|
|