| Index: Source/core/layout/PaintInvalidationState.h
|
| diff --git a/Source/core/layout/PaintInvalidationState.h b/Source/core/layout/PaintInvalidationState.h
|
| index fd0f3c101978ef6fa9636bfb947da4dac2a59ba8..d768032c2b6389050e8ce66139c5abc7ac20daf3 100644
|
| --- a/Source/core/layout/PaintInvalidationState.h
|
| +++ b/Source/core/layout/PaintInvalidationState.h
|
| @@ -13,14 +13,14 @@ namespace blink {
|
|
|
| class LayoutLayerModelObject;
|
| class LayoutObject;
|
| -class RenderSVGModelObject;
|
| +class LayoutSVGModelObject;
|
| class RenderView;
|
|
|
| class PaintInvalidationState {
|
| WTF_MAKE_NONCOPYABLE(PaintInvalidationState);
|
| public:
|
| PaintInvalidationState(const PaintInvalidationState& next, LayoutLayerModelObject& renderer, const LayoutLayerModelObject& paintInvalidationContainer);
|
| - PaintInvalidationState(const PaintInvalidationState& next, const RenderSVGModelObject& renderer);
|
| + PaintInvalidationState(const PaintInvalidationState& next, const LayoutSVGModelObject& renderer);
|
|
|
| explicit PaintInvalidationState(const RenderView&);
|
|
|
|
|