| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index 9f8ea182f0cf03edc2d9440096036c90022fbef7..e4f9be048f9a6e72733ddb43f23c37f307ce5204 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -926,6 +926,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| }
|
|
|
| ClipRects* PreviousPaintingClipRects() const {
|
| + DCHECK(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled());
|
| return previous_painting_clip_rects_.Get();
|
| }
|
| void SetPreviousPaintingClipRects(ClipRects& clip_rects) {
|
|
|