| Index: Source/core/rendering/style/FillLayer.h
|
| diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h
|
| index 1027f9ca6f4c9314b73f6e48d23c282298df4946..d7978a5dfa8e48ff037d7bf3bf34d7c24fd78065 100644
|
| --- a/Source/core/rendering/style/FillLayer.h
|
| +++ b/Source/core/rendering/style/FillLayer.h
|
| @@ -167,6 +167,9 @@ 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;
|
|
|