| Index: Source/core/rendering/PaintInvalidationState.h
|
| diff --git a/Source/core/rendering/PaintInvalidationState.h b/Source/core/rendering/PaintInvalidationState.h
|
| index d32fd7a265b454c434b380e4d3dd1c0288ad2293..dcca3932f86641d1850efd77b6424936e3a584f3 100644
|
| --- a/Source/core/rendering/PaintInvalidationState.h
|
| +++ b/Source/core/rendering/PaintInvalidationState.h
|
| @@ -10,12 +10,9 @@
|
|
|
| namespace blink {
|
|
|
| -class RenderBox;
|
| -class RenderInline;
|
| class RenderLayerModelObject;
|
| class RenderObject;
|
| class RenderView;
|
| -class RenderSVGModelObject;
|
|
|
| class PaintInvalidationState {
|
| WTF_MAKE_NONCOPYABLE(PaintInvalidationState);
|
|
|