| Index: Source/core/rendering/style/FillLayer.h
|
| diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h
|
| index 381d0ec96243bc97f256cded99cf57e57964f6c7..d2b81882e72d227897f98b0a9cbdd2613365a43a 100644
|
| --- a/Source/core/rendering/style/FillLayer.h
|
| +++ b/Source/core/rendering/style/FillLayer.h
|
| @@ -171,7 +171,7 @@ public:
|
| return m_next ? m_next->hasFixedImage() : false;
|
| }
|
|
|
| - bool hasOpaqueImage(const RenderObject*) const;
|
| + bool hasOpaqueImage(const LayoutObject*) const;
|
| bool hasRepeatXY() const;
|
| bool clipOccludesNextLayers(bool firstLayer) const;
|
|
|
|
|