| Index: sky/engine/core/rendering/RenderObject.h
|
| diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h
|
| index 580b1b6bb0cb7ba41117ad99a2a2bd7fc3bb27c3..bd77d53004579f52e490fcd398606b4333f619cf 100644
|
| --- a/sky/engine/core/rendering/RenderObject.h
|
| +++ b/sky/engine/core/rendering/RenderObject.h
|
| @@ -359,10 +359,6 @@ public:
|
| bool hasBoxDecorationBackground() const { return m_bitfields.boxDecorationBackgroundState() != NoBoxDecorationBackground; }
|
| bool boxDecorationBackgroundIsKnownToBeObscured();
|
| bool canRenderBorderImage() const;
|
| - bool mustInvalidateBackgroundOrBorderPaintOnWidthChange() const;
|
| - bool mustInvalidateBackgroundOrBorderPaintOnHeightChange() const;
|
| - bool mustInvalidateFillLayersPaintOnWidthChange(const FillLayer&) const;
|
| - bool mustInvalidateFillLayersPaintOnHeightChange(const FillLayer&) const;
|
| bool hasBackground() const { return style()->hasBackground(); }
|
| bool hasEntirelyFixedBackground() const;
|
|
|
|
|