| Index: sky/engine/core/rendering/LayerPaintingInfo.h
|
| diff --git a/sky/engine/core/rendering/LayerPaintingInfo.h b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| index 3c5bc1feac94ac3418127abfe3297c214d161510..132041a8888fbeb10b401cc220a50a822329b7dc 100644
|
| --- a/sky/engine/core/rendering/LayerPaintingInfo.h
|
| +++ b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| @@ -58,12 +58,10 @@ struct LayerPaintingInfo {
|
| : rootLayer(inRootLayer)
|
| , paintDirtyRect(inDirtyRect)
|
| , subPixelAccumulation(inSubPixelAccumulation)
|
| - , clipToDirtyRect(true)
|
| { }
|
| RenderLayer* rootLayer;
|
| LayoutRect paintDirtyRect; // relative to rootLayer;
|
| LayoutSize subPixelAccumulation;
|
| - bool clipToDirtyRect;
|
| };
|
|
|
| } // namespace blink
|
|
|