| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 1380604c714e26491bbbb74227be3c7b71792a79..37bd9b287d6502895d53fecb9528f3df8f542797 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -81,6 +81,7 @@ public:
|
|
|
| virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, bool fixed = false, const PaintInvalidationState* = 0) const OVERRIDE;
|
| void repaintViewRectangle(const LayoutRect&) const;
|
| + LayoutRect rectForPaintInvalidation(const LayoutRect* repaintRectPtr = 0) const;
|
|
|
| void repaintViewAndCompositedLayers();
|
|
|
|
|