| Index: third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.cpp b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| index 5d533caa0b9af3f339e82722b7322f019d101198..17ca2c8c1a28de154603cee5932ff6d1cc5ea56a 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| @@ -89,7 +89,7 @@ BoxClipper::BoxClipper(const LayoutBox& box,
|
| m_clipType = m_paintInfo.displayItemTypeForClipping();
|
| Vector<FloatRoundedRect> roundedRects;
|
| if (hasBorderRadius)
|
| - roundedRects.append(clipRoundedRect);
|
| + roundedRects.push_back(clipRoundedRect);
|
| m_paintInfo.context.getPaintController().createAndAppend<ClipDisplayItem>(
|
| m_box, m_clipType, pixelSnappedIntRect(clipRect), roundedRects);
|
| }
|
|
|