| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 257e4c198cca8a1f0b9b5c8bdbbdd5d07ee33bfc..08e0849c7e6c75510f83b624199a0ff98d524c57 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();
|
|
|
|
|