Index: Source/core/rendering/style/FillLayer.h |
diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h |
index d7978a5dfa8e48ff037d7bf3bf34d7c24fd78065..1027f9ca6f4c9314b73f6e48d23c282298df4946 100644 |
--- a/Source/core/rendering/style/FillLayer.h |
+++ b/Source/core/rendering/style/FillLayer.h |
@@ -167,9 +167,6 @@ public: |
return m_next ? m_next->hasFixedImage() : false; |
} |
- bool needsFullRepaintOnContainerWidthChange() const; |
- bool needsFullRepaintOnContainerHeightChange() const; |
- |
bool hasOpaqueImage(const RenderObject*) const; |
bool hasRepeatXY() const; |
bool clipOccludesNextLayers(bool firstLayer) const; |