| Index: Source/core/rendering/LayerFragment.h
|
| diff --git a/Source/core/rendering/LayerFragment.h b/Source/core/rendering/LayerFragment.h
|
| index ccf1b37072dc847c3e99cfc3145b0d659f537f3c..8133b3d45719d2cb98bf4d8ca739305cddc08489 100644
|
| --- a/Source/core/rendering/LayerFragment.h
|
| +++ b/Source/core/rendering/LayerFragment.h
|
| @@ -33,11 +33,6 @@ namespace blink {
|
|
|
| struct LayerFragment {
|
| public:
|
| - LayerFragment()
|
| - : shouldPaintContent(false)
|
| - {
|
| - }
|
| -
|
| void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline)
|
| {
|
| layerBounds = bounds;
|
| @@ -62,7 +57,6 @@ public:
|
| outlineRect.intersect(rect);
|
| }
|
|
|
| - bool shouldPaintContent;
|
| LayoutRect layerBounds;
|
| ClipRect backgroundRect;
|
| ClipRect foregroundRect;
|
|
|