| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 62198d7d316e455aed42296e2a1348f601f5cd3e..1d8c2f7ef1c1da5612a1a911952c0f187395bfee 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -772,10 +772,11 @@ protected:
|
|
|
| virtual bool hasNonCompositedScrollbars() const override final;
|
|
|
| + bool mustInvalidateFillLayersPaintOnWidthChange(const FillLayer&) const;
|
| +
|
| private:
|
| bool mustInvalidateBackgroundOrBorderPaintOnHeightChange() const;
|
| bool mustInvalidateBackgroundOrBorderPaintOnWidthChange() const;
|
| - inline bool mustInvalidateFillLayersPaintOnWidthChange(const FillLayer&) const;
|
|
|
| void invalidatePaintRectClippedByOldAndNewBounds(const LayoutBoxModelObject& paintInvalidationContainer, const LayoutRect&, const LayoutRect& oldBounds, const LayoutRect& newBounds);
|
|
|
|
|