| Index: sky/engine/core/rendering/RenderLayer.cpp
|
| diff --git a/sky/engine/core/rendering/RenderLayer.cpp b/sky/engine/core/rendering/RenderLayer.cpp
|
| index bb03e92a2aad9fb33e4e1b8cbe9b1082cb38adbe..6e4d5ea5020111cb222aff67bca13d95bc23b24e 100644
|
| --- a/sky/engine/core/rendering/RenderLayer.cpp
|
| +++ b/sky/engine/core/rendering/RenderLayer.cpp
|
| @@ -1016,7 +1016,7 @@ void RenderLayer::paintForeground(GraphicsContext* context, GraphicsContext* tra
|
| // TODO(ojan): We probably should early return at the beginning of this function
|
| // if the rect is empty.
|
| if (!foregroundRectIsEmpty) {
|
| - PaintInfo paintInfo(context, pixelSnappedIntRect(layerForegroundRect.rect()), PaintPhaseForeground, localPaintingInfo.rootLayer->renderer());
|
| + PaintInfo paintInfo(context, pixelSnappedIntRect(layerForegroundRect.rect()), localPaintingInfo.rootLayer->renderer());
|
| renderer()->paint(paintInfo, layerLocation);
|
| }
|
|
|
|
|