| Index: Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerClipper.cpp b/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| index 2fd415cb4019d3956f72c40bedc8d0f8a2603ec2..f03873a4dc8f010f3caa34f9afec4db09baece76 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| @@ -81,6 +81,8 @@ static void applyClipRects(const ClipRectsContext& context, LayoutObject& layout
|
| clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect()));
|
| if (layoutObject.isPositioned())
|
| clipRects.setPosClipRect(intersection(newOverflowClip, clipRects.posClipRect()));
|
| + if (layoutObject.isLayoutView())
|
| + clipRects.setFixedClipRect(intersection(newOverflowClip, clipRects.fixedClipRect()));
|
| }
|
|
|
| if (layoutObject.hasClip()) {
|
|
|