| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 143d41560cb28b864952cceaf7f88888683b6ea6..ac9738c2efb7b33cf389d0fb2239eb874c5a5a02 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -87,7 +87,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&) const;
|
| + void invalidatePaintForRectangle(const LayoutRect&, InvalidationReason) const;
|
|
|
| void invalidatePaintForViewAndCompositedLayers();
|
|
|
|
|