| Index: sky/engine/core/rendering/LayerPaintingInfo.h
|
| diff --git a/sky/engine/core/rendering/LayerPaintingInfo.h b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| index 8be4be3934b421cd94d125a2931d367ea030bae1..54013b07848766441ceccff7c36a194a3c81ca5c 100644
|
| --- a/sky/engine/core/rendering/LayerPaintingInfo.h
|
| +++ b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| @@ -54,7 +54,7 @@ class RenderLayer;
|
|
|
| struct LayerPaintingInfo {
|
| LayerPaintingInfo(RenderLayer* inRootLayer, const LayoutRect& inDirtyRect,
|
| - const LayoutSize& inSubPixelAccumulation, RenderObject* inPaintingRoot = 0)
|
| + const LayoutSize& inSubPixelAccumulation, RenderObject* inPaintingRoot)
|
| : rootLayer(inRootLayer)
|
| , paintingRoot(inPaintingRoot)
|
| , paintDirtyRect(inDirtyRect)
|
|
|