| Index: sky/engine/core/rendering/RenderBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBox.cpp b/sky/engine/core/rendering/RenderBox.cpp
|
| index 361dd493722035de6be8c1a5f934275c331d59aa..e25356e32ac8975eef76ee51ed3212ab10cfb94f 100644
|
| --- a/sky/engine/core/rendering/RenderBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderBox.cpp
|
| @@ -502,11 +502,6 @@ bool RenderBox::backgroundHasOpaqueTopLayer() const
|
| void RenderBox::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| LayoutRect paintRect = LayoutRect(paintOffset, size());
|
| - paintMaskImages(paintInfo, paintRect);
|
| -}
|
| -
|
| -void RenderBox::paintMaskImages(const PaintInfo& paintInfo, const LayoutRect& paintRect)
|
| -{
|
| paintFillLayers(paintInfo, Color::transparent, style()->maskLayers(), paintRect, BackgroundBleedNone);
|
| paintNinePieceImage(paintInfo.context, paintRect, style(), style()->maskBoxImage());
|
| }
|
|
|