| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index c15dfac418533d0b33165d0128f9b8d4a51ea2a0..718d6bcd9e30794cc0c979d4c94a4756dc3528a6 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -405,8 +405,6 @@ public:
|
|
|
| bool hasBackgroundImage() const { return m_background->background().hasImage(); }
|
| bool hasFixedBackgroundImage() const { return m_background->background().hasFixedImage(); }
|
| - bool backgroundImageNeedsFullRepaintOnContainerWidthChange() const { return m_background->background().needsFullRepaintOnContainerWidthChange(); }
|
| - bool backgroundImageNeedsFullRepaintOnContainerHeightChange() const { return m_background->background().needsFullRepaintOnContainerHeightChange(); }
|
|
|
| bool hasEntirelyFixedBackground() const;
|
|
|
|
|