Chromium Code Reviews| Index: Source/core/rendering/RenderLayer.h |
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
| index afcfb9c5d162e1218508025e3ead04511bba658e..b82e9f64b6a81aca099fd922425267aed0d4d912 100644 |
| --- a/Source/core/rendering/RenderLayer.h |
| +++ b/Source/core/rendering/RenderLayer.h |
| @@ -226,6 +226,8 @@ public: |
| // The layer relative to which clipping rects for this layer are computed. |
| RenderLayer* clippingRootForPainting() const; |
| + RenderLayer* enclosingOverflowClipLayer(bool includeSelf = true) const; |
|
Julien - ping for review
2014/01/06 17:22:07
Why didn't we merge the IncludeSelfOrNot enum too?
ostap
2014/01/08 01:46:40
Done.
|
| + |
| // Enclosing compositing layer; if includeSelf is true, may return this. |
| RenderLayer* enclosingCompositingLayer(bool includeSelf = true) const; |
| RenderLayer* enclosingCompositingLayerForRepaint(bool includeSelf = true) const; |