| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 943c6c5178403a813043fce857c5b6fdd0ccf087..88826212554d4882bbb47abede076a942be80000 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -167,7 +167,7 @@ public:
|
| void updateLayerPositionsAfterDocumentScroll();
|
|
|
| // FIXME: Should updateLayerPositions be private?
|
| - void updateLayerPositionRecursive(RenderGeometryMap*, UpdateLayerPositionsFlags = CheckForRepaint);
|
| + void updateLayerPositionRecursive(UpdateLayerPositionsFlags = CheckForRepaint);
|
|
|
| bool isPaginated() const { return m_isPaginated; }
|
| RenderLayer* enclosingPaginationLayer() const { return m_enclosingPaginationLayer; }
|
|
|