| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index f763f050aea8e75484ea28cd22da84ea29813cd7..c76df6fc590d33b6f0ea696a1540f1d5df1d4a7a 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -1222,7 +1222,7 @@ void RenderObject::paintOutline(PaintInfo& paintInfo, const LayoutRect& paintRec
|
| drawLineForBoxSide(graphicsContext, leftOuter, bottomInner, rightOuter, bottomOuter, BSBottom, outlineColor, outlineStyle, outlineWidth, outlineWidth);
|
|
|
| if (useTransparencyLayer)
|
| - graphicsContext->endTransparencyLayer();
|
| + graphicsContext->endLayer();
|
| }
|
|
|
| IntRect RenderObject::absoluteBoundingBoxRect(bool useTransforms) const
|
|
|