| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 1e5e7dcd5f3067cf165a60735c2830a003213dae..353a0f1c9ef9c2e722b1b75594519137ecdebc5f 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -339,8 +339,8 @@ public:
|
| RenderLayer* scrollParent() const;
|
| RenderLayer* clipParent() const;
|
|
|
| - // Adjusts the given rect to the coordinate space of the repaint container's GraphicsLayer backing.
|
| - void mapRectToRepaintBacking(const RenderLayerModelObject* repaintContainer, LayoutRect&) const;
|
| + // Adjusts the given rect (in the coordinate space of the RenderObject) to the coordinate space of |repaintContainer|'s GraphicsLayer backing.
|
| + static void mapRectToRepaintBacking(const RenderObject*, const RenderLayerModelObject* repaintContainer, LayoutRect&);
|
|
|
| // Computes the bounding repaint rect for |renderObject|, in the coordinate space of |repaintContainer|'s GraphicsLayer backing.
|
| static LayoutRect computeRepaintRect(const RenderObject*, const RenderLayer* repaintContainer);
|
|
|