| 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 8ed7a2e8750bd33e608b4aff16bb47cd6573e0ee..71347c9ed0c82e8c6d1e1a8cb69c0e963733c402 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -94,8 +94,7 @@
|
| if (layoutObject.isPositioned())
|
| clipRects.setPosClipRect(
|
| intersection(newOverflowClip, clipRects.posClipRect()));
|
| - if (layoutObject.isLayoutView() ||
|
| - layoutObject.hasTransformRelatedProperty())
|
| + if (layoutObject.isLayoutView())
|
| clipRects.setFixedClipRect(
|
| intersection(newOverflowClip, clipRects.fixedClipRect()));
|
| if (layoutObject.styleRef().containsPaint()) {
|
|
|