| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 3f0bcecf0c1ea7f992f7022cb45235d0c27fdd37..b189a733a25d9772cbd2b74cf92742ad14e024b1 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -88,6 +88,7 @@ public:
|
| virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const OVERRIDE;
|
|
|
| void invalidatePaintForRectangle(const LayoutRect&) const;
|
| + LayoutRect rectForPaintInvalidation(const LayoutRect* paintInvalidationRectPtr = 0) const;
|
|
|
| void invalidatePaintForViewAndCompositedLayers();
|
|
|
|
|