Index: Source/core/rendering/RenderLayer.h |
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
index 2ac29c9844979b315f9bcf9a0ef299351a672230..6f9f83f67c5bbf94848fb010d8eec3241284ef91 100644 |
--- a/Source/core/rendering/RenderLayer.h |
+++ b/Source/core/rendering/RenderLayer.h |
@@ -238,6 +238,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; |