| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 24b9caa4cb41f4190e858fecd07cbf4afb2d9d25..2ad2ca97a5a5453ca7a1ae9e47f4ba26cb8b5b30 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -240,6 +240,7 @@ public:
|
|
|
| RenderLayer* enclosingOverflowClipLayer(IncludeSelfOrNot = IncludeSelf) const;
|
|
|
| + bool isRepaintContainer() const;
|
| // Enclosing compositing layer; if includeSelf is true, may return this.
|
| RenderLayer* enclosingCompositingLayer(IncludeSelfOrNot = IncludeSelf) const;
|
| RenderLayer* enclosingCompositingLayerForRepaint(IncludeSelfOrNot = IncludeSelf) const;
|
|
|