| Index: Source/core/rendering/PaintInvalidationState.h
|
| diff --git a/Source/core/rendering/PaintInvalidationState.h b/Source/core/rendering/PaintInvalidationState.h
|
| index 31d69ededa81bbf244903f9b97e2af52e0e3351c..8f0765857de0ef2638a370fae5330bdc3d47871b 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&);
|
|
|
|
|