Index: Source/WebCore/rendering/RenderLayer.h |
=================================================================== |
--- Source/WebCore/rendering/RenderLayer.h (revision 115913) |
+++ Source/WebCore/rendering/RenderLayer.h (working copy) |
@@ -413,7 +413,6 @@ |
#if USE(ACCELERATED_COMPOSITING) |
// Enclosing compositing layer; if includeSelf is true, may return this. |
RenderLayer* enclosingCompositingLayer(bool includeSelf = true) const; |
- RenderLayer* enclosingCompositingLayerForRepaint(bool includeSelf = true) const; |
// Ancestor compositing layer, excluding this. |
RenderLayer* ancestorCompositingLayer() const { return enclosingCompositingLayer(false); } |
#endif |