| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index ddb69d3a090dc0b1019f6f43c8dd926f70e63622..18d3dc3a0454d0684ed3ab8950b5ff65d99a1e7c 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -89,7 +89,7 @@ public:
|
| void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, ViewportConstrainedPosition, const PaintInvalidationState*) const;
|
| virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const override;
|
|
|
| - void invalidatePaintForRectangle(const LayoutRect&, PaintInvalidationReason, const RenderObject& forRenderer) const;
|
| + void invalidatePaintForRectangle(const LayoutRect&, PaintInvalidationReason) const;
|
|
|
| void invalidatePaintForViewAndCompositedLayers();
|
|
|
|
|