| Index: sky/engine/core/rendering/RenderLayer.h
|
| diff --git a/sky/engine/core/rendering/RenderLayer.h b/sky/engine/core/rendering/RenderLayer.h
|
| index e9903a02ef00993eb410e9dcbfed627fb525a365..45f35b6a54ed0575035480b9c17ddb76774e80d2 100644
|
| --- a/sky/engine/core/rendering/RenderLayer.h
|
| +++ b/sky/engine/core/rendering/RenderLayer.h
|
| @@ -289,8 +289,6 @@ private:
|
| void paintForeground(GraphicsContext*, GraphicsContext* transparencyLayerContext,
|
| const LayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const LayerPaintingInfo&,
|
| LayoutPoint& layerLocation, ClipRect& layerForegroundRect);
|
| - void paintForegroundWithPhase(PaintPhase, GraphicsContext*, const LayerPaintingInfo&,
|
| - LayoutPoint& layerLocation, ClipRect& layerForegroundRect);
|
| void paintMask(GraphicsContext*, const LayerPaintingInfo&,
|
| LayoutPoint& layerLocation, ClipRect& layerBackgroundRect);
|
|
|
|
|