Index: Source/core/rendering/RenderView.h |
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h |
index 45dd83bf858376b8ef62226559cb3e8c2eb07149..71647820a0ff743fed99f230a5bf63c3eee23233 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(); |