| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| index 1a7b0d47a54ab09c57564cb94854127dc27d0ffb..71347c9ed0c82e8c6d1e1a8cb69c0e963733c402 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -412,7 +412,7 @@ void PaintLayerClipper::calculateClipRects(const ClipRectsContext& context,
|
| // the PaintLayerCompositor overlapMap, where clipRects are needed in view
|
| // space.
|
| applyClipRects(context, layoutObject,
|
| - roundedLayoutPoint(layoutObject.localToAncestorPoint(
|
| + LayoutPoint(layoutObject.localToAncestorPoint(
|
| FloatPoint(), context.rootLayer->layoutObject())),
|
| clipRects);
|
| }
|
|
|