| Index: Source/core/rendering/PaintInvalidationState.h
|
| diff --git a/Source/core/rendering/PaintInvalidationState.h b/Source/core/rendering/PaintInvalidationState.h
|
| index cec492d1af559fdf9fceba1d6f53782836f4704f..624f7ba5b8a7ad459f32b0acedc81568ae0290b6 100644
|
| --- a/Source/core/rendering/PaintInvalidationState.h
|
| +++ b/Source/core/rendering/PaintInvalidationState.h
|
| @@ -19,9 +19,7 @@ class RenderSVGModelObject;
|
| class PaintInvalidationState {
|
| WTF_MAKE_NONCOPYABLE(PaintInvalidationState);
|
| public:
|
| - PaintInvalidationState(const PaintInvalidationState& next, RenderInline& renderer, const RenderLayerModelObject& paintInvalidationContainer);
|
| - PaintInvalidationState(const PaintInvalidationState& next, RenderBox& renderer, const RenderLayerModelObject& paintInvalidationContainer);
|
| - PaintInvalidationState(const PaintInvalidationState& next, RenderSVGModelObject& renderer, const RenderLayerModelObject& paintInvalidationContainer);
|
| + PaintInvalidationState(const PaintInvalidationState& next, RenderLayerModelObject& renderer, const RenderLayerModelObject& paintInvalidationContainer);
|
|
|
| explicit PaintInvalidationState(RenderObject&);
|
|
|
|
|