Chromium Code Reviews| 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 c3eddeeed88edb799b2a6ed772320716b6c6a302..1fc520f13225eab4b812b880ceb86b70d818960b 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp |
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp |
| @@ -172,6 +172,7 @@ void PaintLayerClipper::clearClipRectsIncludingDescendants(ClipRectsCacheSlot ca |
| LayoutRect PaintLayerClipper::childrenClipRect() const |
| { |
| + DisableCompositingQueryAsserts disabler; |
|
tommycli
2015/11/03 20:10:22
Previous usage of this had this comment:
// FIXME
chrishtr
2015/11/03 21:24:56
Forgot to update in the latest patchset. This meth
|
| // FIXME: border-radius not accounted for. |
| // FIXME: Flow thread based columns not accounted for. |
| PaintLayer* clippingRootLayer = clippingRootForPainting(); |