Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index 25e9f3c3f222b8e7465cf4312806c74863b44695..7fa659e59de9b9424f2a34f97bdb60554e37cd74 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -405,6 +405,8 @@ 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; |