| 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 d1d890aa1507419d466f6eb6422bf1ef3596cb80..44474e5be734767a26b67bda27c7b6d2c520d930 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -510,10 +510,6 @@
|
| ClipRect PaintLayerClipper::backgroundClipRect(
|
| const ClipRectsContext& context) const {
|
| if (m_geometryMapper) {
|
| - // TODO(chrishtr): fix the underlying bug that causes this situation.
|
| - if (!m_layer.layoutObject()->paintProperties())
|
| - return ClipRect(LayoutRect(LayoutRect::infiniteIntRect()));
|
| -
|
| ClipRect backgroundClipRect = clipRectWithGeometryMapper(context, false);
|
| #ifdef CHECK_CLIP_RECTS
|
| ClipRect testBackgroundClipRect =
|
|
|